mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-01-31 12:27:22 +02:00
font-patcher: only load Pomicons.otf with --pomicons
Ref: https://github.com/ryanoasis/nerd-fonts/issues/19
This commit is contained in:
parent
4e7d774fc4
commit
5bba1192c6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user