Skip to content

Commit

Permalink
Fix bad generation of CSS declarations
Browse files Browse the repository at this point in the history
...due to excess verbosity from FontForge.
  • Loading branch information
belluzj committed Apr 3, 2016
1 parent 3365244 commit aeee75d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions validate-generate
Expand Up @@ -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)
Expand All @@ -34,6 +35,8 @@ EOF
)
error=$?

output="${output##*---
}"
old_IFS="$IFS"
IFS='
'
Expand Down

0 comments on commit aeee75d

Please sign in to comment.