optimise fonts
fonts are now loaded in a hierarchy: - title: smallest, loads first, "riki's fluffy little house" characters only - crit: loads next, contains ASCII + some other stuff, in weights 400-900 (for body text and headings) - full: loads last, contains everything (italics & monospace too)
This commit is contained in:
parent
6b707587ef
commit
2de872e664
15 changed files with 122 additions and 21 deletions
|
@ -1,6 +1 @@
|
|||
To produce recursive-casl0.woff2:
|
||||
|
||||
fonttools varLib.instancer Recursive_VF_1.085.woff2 -o recursive-casl0.woff2 CASL=0
|
||||
|
||||
Further optimisations can be done to the font, but removing the CASL axis makes the biggest difference.
|
||||
It is not used anywhere on the website anyways, and saves about half the download size of the font.
|
||||
To derive subsets of the font, see the Makefile.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue