Closed
Description
woff is supported in all modern browsers. TTF, EOT, and SVG web fonts are no longer recommended.
Suggest that we build woff (+/- woff2) files only for web font releases.
- convert to woff + woff2 only web font build?
- subset web font build - ASCII + Latin-1 + Latin Extended A subset for web fonts
- create web font build scripts - added
build-woff.sh
&build-woff2.sh
&build-subsets.sh
- add make approach for webfont builds (
$ make webfonts
) - evaluate the glyphs contained in the web font subsets to confirm that defined glyphs are included
- confirm that middle dot glyph is defined in bold italic web font subset. It is included in full set but not in subset (and is included in all other subsets) see Proposal: Web font builds #286 (comment) - the .glif file was missing. This has been fixed in PR Middle dot (U+00B7) fixes for bold and bold italic sets #320