Skip to content

how to process webfont

David Sklář edited this page Nov 3, 2017 · 1 revision

How to process Webfont

Supported format is woff2.

Webfont generator

It's recommended to use Webfont generator by Font Squirrel for custom subsetting and other font optimization.

Be sure to use our configuration.

Steps

  1. Open Generator

  2. Upload fonts and our config-{fontName}.txt

  3. Download the result

  4. Rename fonts properly and copy the woff/woff2 formats to source destination

  5. Run dist task

    grunt dist
    
  6. Don't forget to bump the package version

Clone this wiki locally