Skip to content

Commit

Permalink
Merge pull request ryanoasis#20 from blueyed/only-load-pomicons-if-used
Browse files Browse the repository at this point in the history
font-patcher: only load Pomicons.otf with --pomicons
  • Loading branch information
ryanoasis committed Aug 5, 2015
2 parents 71ece02 + ea11af3 commit e436795
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion font-patcher
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ sourceFont_em_original = sourceFont.em

symbols = fontforge.open("glyph-source-fonts/original-source.otf")
symbols2 = fontforge.open("glyph-source-fonts/devicons.ttf")
pomicons = fontforge.open("glyph-source-fonts/Pomicons.otf")
if args.pomicons:
pomicons = fontforge.open("glyph-source-fonts/Pomicons.otf")

symbolsRangeStart = 0xE500
symbolsRangeEnd = 0xE521
Expand Down

0 comments on commit e436795

Please sign in to comment.