diff --git a/build.sh b/build.sh new file mode 100755 index 00000000..37531e1d --- /dev/null +++ b/build.sh @@ -0,0 +1,9 @@ +#!/bin/sh +set -e + +echo "Generating fonts" +gftools builder ./sources/config.yaml +echo "Compressing woffs" +for FILE in ./fonts/variable/*.ttf; do python3 -m fontTools ttLib.woff2 compress $FILE; done + + diff --git a/fonts/otf/Lora-Bold.otf b/fonts/otf/Lora-Bold.otf index 1d62ab5f..e916e94f 100644 Binary files a/fonts/otf/Lora-Bold.otf and b/fonts/otf/Lora-Bold.otf differ diff --git a/fonts/otf/Lora-BoldItalic.otf b/fonts/otf/Lora-BoldItalic.otf index 2b79a756..f332fb37 100644 Binary files a/fonts/otf/Lora-BoldItalic.otf and b/fonts/otf/Lora-BoldItalic.otf differ diff --git a/fonts/otf/Lora-Italic.otf b/fonts/otf/Lora-Italic.otf index f5c12a08..65084937 100644 Binary files a/fonts/otf/Lora-Italic.otf and b/fonts/otf/Lora-Italic.otf differ diff --git a/fonts/otf/Lora-Medium.otf b/fonts/otf/Lora-Medium.otf index bd69da39..a698b3de 100644 Binary files a/fonts/otf/Lora-Medium.otf and b/fonts/otf/Lora-Medium.otf differ diff --git a/fonts/otf/Lora-MediumItalic.otf b/fonts/otf/Lora-MediumItalic.otf index 1b99cb9d..79d83d08 100644 Binary files a/fonts/otf/Lora-MediumItalic.otf and b/fonts/otf/Lora-MediumItalic.otf differ diff --git a/fonts/otf/Lora-Regular.otf b/fonts/otf/Lora-Regular.otf index 65571841..79ee95f7 100644 Binary files a/fonts/otf/Lora-Regular.otf and b/fonts/otf/Lora-Regular.otf differ diff --git a/fonts/otf/Lora-SemiBold.otf b/fonts/otf/Lora-SemiBold.otf index daa5f84e..6e8e6e35 100644 Binary files a/fonts/otf/Lora-SemiBold.otf and b/fonts/otf/Lora-SemiBold.otf differ diff --git a/fonts/otf/Lora-SemiBoldItalic.otf b/fonts/otf/Lora-SemiBoldItalic.otf index 49af5cfb..6cc45c7a 100644 Binary files a/fonts/otf/Lora-SemiBoldItalic.otf and b/fonts/otf/Lora-SemiBoldItalic.otf differ diff --git a/fonts/ttf/Lora-Bold.ttf b/fonts/ttf/Lora-Bold.ttf index b0da0507..b66842ca 100644 Binary files a/fonts/ttf/Lora-Bold.ttf and b/fonts/ttf/Lora-Bold.ttf differ diff --git a/fonts/ttf/Lora-BoldItalic.ttf b/fonts/ttf/Lora-BoldItalic.ttf index a51d9f4d..fa48fe51 100644 Binary files a/fonts/ttf/Lora-BoldItalic.ttf and b/fonts/ttf/Lora-BoldItalic.ttf differ diff --git a/fonts/ttf/Lora-Italic.ttf b/fonts/ttf/Lora-Italic.ttf index abe2c6c8..c403dabb 100644 Binary files a/fonts/ttf/Lora-Italic.ttf and b/fonts/ttf/Lora-Italic.ttf differ diff --git a/fonts/ttf/Lora-Medium.ttf b/fonts/ttf/Lora-Medium.ttf index e8d37be3..c7a20ff4 100644 Binary files a/fonts/ttf/Lora-Medium.ttf and b/fonts/ttf/Lora-Medium.ttf differ diff --git a/fonts/ttf/Lora-MediumItalic.ttf b/fonts/ttf/Lora-MediumItalic.ttf index e788b138..a455697d 100644 Binary files a/fonts/ttf/Lora-MediumItalic.ttf and b/fonts/ttf/Lora-MediumItalic.ttf differ diff --git a/fonts/ttf/Lora-Regular.ttf b/fonts/ttf/Lora-Regular.ttf index 9825b373..fbf1eff0 100644 Binary files a/fonts/ttf/Lora-Regular.ttf and b/fonts/ttf/Lora-Regular.ttf differ diff --git a/fonts/ttf/Lora-SemiBold.ttf b/fonts/ttf/Lora-SemiBold.ttf index 7dea13b7..9b7bbf87 100644 Binary files a/fonts/ttf/Lora-SemiBold.ttf and b/fonts/ttf/Lora-SemiBold.ttf differ diff --git a/fonts/ttf/Lora-SemiBoldItalic.ttf b/fonts/ttf/Lora-SemiBoldItalic.ttf index 45b4f213..0896b819 100644 Binary files a/fonts/ttf/Lora-SemiBoldItalic.ttf and b/fonts/ttf/Lora-SemiBoldItalic.ttf differ diff --git a/fonts/variable/Lora-Italic[wght].ttf b/fonts/variable/Lora-Italic[wght].ttf index ba00865c..b58e8eca 100644 Binary files a/fonts/variable/Lora-Italic[wght].ttf and b/fonts/variable/Lora-Italic[wght].ttf differ diff --git a/fonts/variable/Lora-Italic[wght].woff2 b/fonts/variable/Lora-Italic[wght].woff2 new file mode 100644 index 00000000..66e63d37 Binary files /dev/null and b/fonts/variable/Lora-Italic[wght].woff2 differ diff --git a/fonts/variable/Lora[wght].ttf b/fonts/variable/Lora[wght].ttf index 6aa743ff..f7407406 100644 Binary files a/fonts/variable/Lora[wght].ttf and b/fonts/variable/Lora[wght].ttf differ diff --git a/fonts/variable/Lora[wght].woff2 b/fonts/variable/Lora[wght].woff2 new file mode 100644 index 00000000..5a3c4779 Binary files /dev/null and b/fonts/variable/Lora[wght].woff2 differ diff --git a/fonts/webfonts/Lora-Bold.woff2 b/fonts/webfonts/Lora-Bold.woff2 index c16d16d4..99c7c648 100644 Binary files a/fonts/webfonts/Lora-Bold.woff2 and b/fonts/webfonts/Lora-Bold.woff2 differ diff --git a/fonts/webfonts/Lora-BoldItalic.woff2 b/fonts/webfonts/Lora-BoldItalic.woff2 index 83003ca0..98f24e41 100644 Binary files a/fonts/webfonts/Lora-BoldItalic.woff2 and b/fonts/webfonts/Lora-BoldItalic.woff2 differ diff --git a/fonts/webfonts/Lora-Italic.woff2 b/fonts/webfonts/Lora-Italic.woff2 index 23de5705..1b0b35a2 100644 Binary files a/fonts/webfonts/Lora-Italic.woff2 and b/fonts/webfonts/Lora-Italic.woff2 differ diff --git a/fonts/webfonts/Lora-Medium.woff2 b/fonts/webfonts/Lora-Medium.woff2 index 6ac7c127..a90dc72e 100644 Binary files a/fonts/webfonts/Lora-Medium.woff2 and b/fonts/webfonts/Lora-Medium.woff2 differ diff --git a/fonts/webfonts/Lora-MediumItalic.woff2 b/fonts/webfonts/Lora-MediumItalic.woff2 index c43ff811..a3cb25dc 100644 Binary files a/fonts/webfonts/Lora-MediumItalic.woff2 and b/fonts/webfonts/Lora-MediumItalic.woff2 differ diff --git a/fonts/webfonts/Lora-Regular.woff2 b/fonts/webfonts/Lora-Regular.woff2 index 4914439f..d2986b86 100644 Binary files a/fonts/webfonts/Lora-Regular.woff2 and b/fonts/webfonts/Lora-Regular.woff2 differ diff --git a/fonts/webfonts/Lora-SemiBold.woff2 b/fonts/webfonts/Lora-SemiBold.woff2 index 02f6e077..a36b2a8c 100644 Binary files a/fonts/webfonts/Lora-SemiBold.woff2 and b/fonts/webfonts/Lora-SemiBold.woff2 differ diff --git a/fonts/webfonts/Lora-SemiBoldItalic.woff2 b/fonts/webfonts/Lora-SemiBoldItalic.woff2 index a1bf6a22..e3fbb907 100644 Binary files a/fonts/webfonts/Lora-SemiBoldItalic.woff2 and b/fonts/webfonts/Lora-SemiBoldItalic.woff2 differ