mirror of
https://github.com/belluzj/fantasque-sans.git
synced 2024-12-22 07:21:31 +01:00
Fix bad generation of CSS declarations
...due to excess verbosity from FontForge.
This commit is contained in:
parent
3365244e8b
commit
aeee75db83
|
@ -16,6 +16,7 @@ import fontforge;
|
|||
font = fontforge.open("Sources/${basename}.sfd");
|
||||
|
||||
# Extract interesting informations
|
||||
print("---")
|
||||
print(font.fontname)
|
||||
print(font.familyname)
|
||||
print(font.fullname)
|
||||
|
@ -34,6 +35,8 @@ EOF
|
|||
)
|
||||
error=$?
|
||||
|
||||
output="${output##*---
|
||||
}"
|
||||
old_IFS="$IFS"
|
||||
IFS='
|
||||
'
|
||||
|
|
Loading…
Reference in New Issue
Block a user