Skip to content

Commit

Permalink
fix to compatible with FIRA v3
Browse files Browse the repository at this point in the history
  • Loading branch information
gaplo917 committed Apr 10, 2020
1 parent 34d01b7 commit f33afe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ images/*
!fonts/fira/distr/otf/*
!fonts/hack/build/ttf/*
!fonts/jetbrainsmono/ttf/*
!fonts/fira/showcases/showcases.txt
!fonts/fira/showcases/*
2 changes: 1 addition & 1 deletion ligatures.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ def ligature_to_def(ligature):

# 'COPY_CHARACTER_GLYPHS' feature required to prepend the punctuations characters
ligatures = [{'chars': chars, 'ligature_name': None}] \
+ create_ligatures_def(pattern ='fonts/fira/showcases/showcases.txt')
+ create_ligatures_def(pattern ='fonts/fira/showcases/**/showcases.txt')

print("Definitions:", ligatures)

0 comments on commit f33afe1

Please sign in to comment.