Export only "normal" and "extended"

This commit is contained in:
Belleve Invis 2019-12-29 20:22:48 -08:00
parent c5925024e2
commit 728e5c580b

View file

@ -546,20 +546,14 @@ italic = "italic"
# Shape width : affects the shape of the glyphs
# Menu width : affects the font menu name
# CSS stretch : affects the webfont CSS "font-stretch" property
# IMPORTANT!!
# Currently "shape" property only support 3, 5, and 7
#
# IMPORTANT : Currently "shape" property only support 3, 5, and 7
# Order "normal" at first
[widths.normal]
shape = 5
menu = 5
css = "normal"
[widths.condensed]
shape = 3
menu = 3
css = "condensed"
[widths.extended]
shape = 7
menu = 7