Skip to content

Commit

Permalink
Attempt to fix duplicate fonts in fontbook on osx (fixes ryanoasis#56,
Browse files Browse the repository at this point in the history
…ryanoasis#61)

* restores part of logic from PR ryanoasis#61 from @jrolfs but slightly modified to work after them merge
  • Loading branch information
ryanoasis committed Mar 28, 2016
1 parent 10024fa commit 0b0ac86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions font-patcher
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ except IndexError:
if subFamily == "Regular":
subFamily = fallbackStyle

fontname += " - " + subFamily

if args.windows:
maxLength = 31
Expand Down

0 comments on commit 0b0ac86

Please sign in to comment.