Fix bad generation of CSS declarations

...due to excess verbosity from FontForge.
pull/83/head
Jany Belluz 2016-04-03 21:27:03 +02:00
parent 3365244e8b
commit aeee75db83
1 changed files with 3 additions and 0 deletions

View File

@ -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='
'