Skip to content

Commit

Permalink
1.001update2
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-212 committed Mar 31, 2024
1 parent d9954b0 commit 0a621bb
Show file tree
Hide file tree
Showing 24 changed files with 787 additions and 97 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ init: requirements.txt
build: build.stamp

build.stamp: init.stamp
fontmake -f src/InterNumeric.glyphspackage -o variable --output-path fonts/variable/InterNumeric[wght,rdns].otf --filter DecomposeTransformedComponentsFilter
fontmake -f src/InterNumeric.glyphspackage -o variable --output-path fonts/variable/InterNumeric[wght,RDNS].otf --filter DecomposeTransformedComponentsFilter
python misc/scripts/gen_woff2.py
touch build.stamp

Expand All @@ -29,7 +29,7 @@ zip: build.stamp
rm -rf InterNumeric

test: build.stamp
fontbakery check-universal fonts/variable/InterNumeric[wght,rdns].otf
fontbakery check-universal fonts/variable/InterNumeric[wght,RDNS].otf

cleanbuild:
rm -rf fonts
Expand Down
7 changes: 1 addition & 6 deletions src/InterNumeric.glyphspackage/UIState.plist
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
displayStrings = (
"12:23
23//23
34-23
23+23",
"4",
"+"
"/one.cv01"
);
}
Loading

0 comments on commit 0a621bb

Please sign in to comment.