Skip to content

Commit

Permalink
Start working on Raqq Sura variant
Browse files Browse the repository at this point in the history
Part of #24
  • Loading branch information
khaledhosny committed Jan 8, 2024
1 parent 423adfb commit 60819ac
Show file tree
Hide file tree
Showing 342 changed files with 29,533 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ FONTDIR = fonts
TESTDIR = tests
BUILDDIR = build

FONTS = $(FONTDIR)/$(NAME).ttf
WOFF2 = $(FONTDIR)/$(NAME).woff2
FONTS = $(FONTDIR)/$(NAME).ttf $(FONTDIR)/$(NAME)Sura.ttf
WOFF2 = $(FONTDIR)/$(NAME).woff2 $(FONTDIR)/$(NAME)Sura.woff2
FEA = $(SOURCEDIR)/overhang.fea
JSON = $(TESTDIR)/shaping.json $(TESTDIR)/decomposition.json
HTML = $(TESTDIR)/$(NAME)-shaping.html $(TESTDIR)/$(NAME)-fb.html
Expand All @@ -47,7 +47,7 @@ test: $(HTML)
update-test: $(JSON)

web: $(WOFF2)
cp $+ docs/assets/fonts/Raqq.woff2
cp $+ docs/assets/fonts/

update-fea: $(FONTS)
$(info   GEN $(@F))
Expand Down
Binary file added docs/assets/fonts/RaqqSura.woff2
Binary file not shown.
Binary file added fonts/RaqqSura.ttf
Binary file not shown.
Binary file added fonts/RaqqSura.woff2
Binary file not shown.
Loading

0 comments on commit 60819ac

Please sign in to comment.