Builtin fonts

Some WOFF2 fonts are shipped with fontlib.

Cantarell

WOFF2 format of Cantarell Variable Font TTF (origin)

font

Cantarell-VT (Variable Font) v0.111 (commit 8cf8f934)

CSS

cantarell.css

  • Cantarell

origin

GNOME cantarell-fonts

license

COPYING

build

WOFF2 format was generated from the ttf files using pyftsubset command from the fonttools lib:

$ pyftsubset Cantarell-VF.ttf --output-file="Cantarell-VF.woff2"

DejaVu

WOFF2 format of DejaVu TTF (origin)

font

DejaVu v2.37

CSS

dejavu.css

  • DejaVu Sans

  • DejaVu Sans Bold

  • DejaVu Sans Bold Oblique

  • DejaVu Sans Condensed

  • DejaVu Sans Condensed Bold

  • DejaVu Sans Condensed Bold Oblique

  • DejaVu Sans Condensed Oblique

  • DejaVu Sans ExtraLight

  • DejaVu Sans Mono

  • DejaVu Sans Mono Bold

  • DejaVu Sans Mono Bold Oblique

  • DejaVu Sans Mono Oblique

  • DejaVu Sans Oblique

  • DejaVu Serif

  • DejaVu Serif Bold

  • DejaVu Serif Bold Italic

  • DejaVu Serif Condensed

  • DejaVu Serif Condensed Bold

  • DejaVu Serif Condensed Bold Italic

  • DejaVu Serif Condensed Italic

  • DejaVu Serif Italic

  • DejaVu Math TeX Gyre

origin

dejavu-fonts-ttf-2.37.tar.bz2

license

LICENSE.html

build

WOFF2 format was generated from the ttf files using pyftsubset command from the fonttools lib:

# switch into fonts folder and convert ttf to WOFF2
$ cd dejavu-fonts-ttf-2.37/ttf/
$ mkdir ../woff2
$ for ttf in *.ttf; do \
    pyftsubset $ttf --output-file="../woff2/${ttf%.*}.woff2" \
    --unicodes=U+0-10FFFF --layout-features='*' --flavor=woff2; \
  done
WARNING: FFTM NOT subset; don't know how to subset; dropped
# ignore warnings about the FontForge time stamp table (FFTM)