Skip to content

Commit

Permalink
Merge pull request #1 from coreywho/variable_font
Browse files Browse the repository at this point in the history
Integrate font files into variable font format
  • Loading branch information
coreyhu committed Jan 30, 2020
2 parents efeedbe + 3f6bb11 commit 79435c0
Show file tree
Hide file tree
Showing 19 changed files with 24,957 additions and 27,897 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: run fontbakery tests

command: |
cd fonts
cd fonts/static
fontbakery check-googlefonts -n -l WARN *.ttf
workflows:
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added fonts/variable/UrbanistGX.ttf
Binary file not shown.
4 changes: 2 additions & 2 deletions scripts/hint.py → scripts/fix_hinting.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

font_dir = "../fonts"
os.chdir(os.path.dirname(__file__))
font_dir = "../fonts/static"

def main():
files = os.listdir(font_dir)
Expand Down
Loading

0 comments on commit 79435c0

Please sign in to comment.