Skip to content

Commit c593a9c

Browse files
committed
genned fonts 3.005
1 parent 4761dd5 commit c593a9c

29 files changed

+9
-0
lines changed

build.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/sh
2+
set -e
3+
4+
echo "Generating fonts"
5+
gftools builder ./sources/config.yaml
6+
echo "Compressing woffs"
7+
for FILE in ./fonts/variable/*.ttf; do python3 -m fontTools ttLib.woff2 compress $FILE; done
8+
9+

fonts/otf/Lora-Bold.otf

88 Bytes
Binary file not shown.

fonts/otf/Lora-BoldItalic.otf

1 KB
Binary file not shown.

fonts/otf/Lora-Italic.otf

548 Bytes
Binary file not shown.

fonts/otf/Lora-Medium.otf

284 Bytes
Binary file not shown.

fonts/otf/Lora-MediumItalic.otf

576 Bytes
Binary file not shown.

fonts/otf/Lora-Regular.otf

92 Bytes
Binary file not shown.

fonts/otf/Lora-SemiBold.otf

384 Bytes
Binary file not shown.

fonts/otf/Lora-SemiBoldItalic.otf

544 Bytes
Binary file not shown.

fonts/ttf/Lora-Bold.ttf

1.64 KB
Binary file not shown.

0 commit comments

Comments
 (0)