Source issue: metanorma/metanorma#357
Currently, the font 'Inter' (regular and bold) is using on the new ISO Cover page in PDF.
Fontist also installs the font file Inter-VariableFont_slnt,wght.ttf (
|
font: Inter-VariableFont_slnt,wght.ttf |
).
The variable fonts aren't supported by Apache FOP, and causes the warning message:
WARNING: font '/config/fonts/Inter-VariableFont_slnt,wght.ttf' from the fontist manifest file is the variable font and doesn't supported by Apache FOP!
Need to remove the entry about Inter-VariableFont_slnt,wght.ttf from Inter.yml.
Source issue: metanorma/metanorma#357
Currently, the font 'Inter' (regular and bold) is using on the new ISO Cover page in PDF.
Fontist also installs the font file
Inter-VariableFont_slnt,wght.ttf(formulas/Formulas/google/inter.yml
Line 25 in 057e88b
The variable fonts aren't supported by Apache FOP, and causes the warning message:
Need to remove the entry about
Inter-VariableFont_slnt,wght.ttffromInter.yml.