Skip to content

Commit

Permalink
Update font ttf paths in Noto Sans zip
Browse files Browse the repository at this point in the history
  • Loading branch information
georgestagg committed Dec 4, 2023
1 parent a0e6012 commit 99baa98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libs/recipes/fonts/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ fonts: $(WASM)/usr/share/fonts $(FC_WASM_LIB)
$(WASM)/usr/share/fonts:
mkdir -p "$(FONTS)" "$(WASM)/usr/share/fonts" "$(WASM)/etc/fonts/"
wget -O $(FONTS)/NotoSans.zip https://fonts.google.com/download?family=Noto%20Sans
unzip -p $(FONTS)/NotoSans.zip NotoSans-Regular.ttf > $(FONTS)/NotoSans-Regular.ttf
unzip -p $(FONTS)/NotoSans.zip NotoSans-Bold.ttf > $(FONTS)/NotoSans-Bold.ttf
unzip -p $(FONTS)/NotoSans.zip NotoSans-Italic.ttf > $(FONTS)/NotoSans-Italic.ttf
unzip -p $(FONTS)/NotoSans.zip NotoSans-BoldItalic.ttf > $(FONTS)/NotoSans-BoldItalic.ttf
unzip -p $(FONTS)/NotoSans.zip static/NotoSans/NotoSans-Regular.ttf > $(FONTS)/NotoSans-Regular.ttf
unzip -p $(FONTS)/NotoSans.zip static/NotoSans/NotoSans-Bold.ttf > $(FONTS)/NotoSans-Bold.ttf
unzip -p $(FONTS)/NotoSans.zip static/NotoSans/NotoSans-Italic.ttf > $(FONTS)/NotoSans-Italic.ttf
unzip -p $(FONTS)/NotoSans.zip static/NotoSans/NotoSans-BoldItalic.ttf > $(FONTS)/NotoSans-BoldItalic.ttf
rm $(FONTS)/NotoSans.zip
wget -O $(FONTS)/NotoSerif.zip https://fonts.google.com/download?family=Noto%20Serif
unzip -p $(FONTS)/NotoSerif.zip static/NotoSerif/NotoSerif-Regular.ttf > $(FONTS)/NotoSerif-Regular.ttf
Expand Down

0 comments on commit 99baa98

Please sign in to comment.