Skip to content

Commit

Permalink
automatically use fira showcases.txt to generate ligatures definition
Browse files Browse the repository at this point in the history
  • Loading branch information
gaplo917 committed Jan 27, 2020
1 parent f1f1c66 commit 77bb748
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 605 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ images/*
.git
!fonts/fira/distr/otf/*
!fonts/hack/build/ttf/*
!fonts/fira/showcases/showcases.txt
3 changes: 3 additions & 0 deletions char_dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@
'parenright': ')',
'w': 'w',
}

# Lookup char name by char
char_name_dict = {v: k for k, v in char_dict.items()}
Loading

0 comments on commit 77bb748

Please sign in to comment.