Fix format spec for fonts

pull/10/head
Matthew Strasiotto 4 years ago
parent 6df46eacf7
commit 622d834bf9

@ -46,7 +46,7 @@ for font in p.iterdir():
font-family: {family}; font-family: {family};
font-style: {css_style}; font-style: {css_style};
font-weight: {css_weight}; font-weight: {css_weight};
src: url("assets/fonts/{font.name}"); src: url("assets/fonts/{font.name}") format("truetype");
}} }}
"""] """]

Loading…
Cancel
Save