Remove CJKtc fonts for now (way too big - font.zip goes from 4MB to 32MB!) and broken for now
This commit is contained in:
parent
f61b625a01
commit
271eea22f4
2 changed files with 5 additions and 4 deletions
5
Makefile
5
Makefile
|
|
@ -76,8 +76,6 @@ NOTO_FONTS=\
|
||||||
libs/noto/NotoSansBalinese-Regular.ttf \
|
libs/noto/NotoSansBalinese-Regular.ttf \
|
||||||
libs/noto/NotoSansBengali-Bold.ttf \
|
libs/noto/NotoSansBengali-Bold.ttf \
|
||||||
libs/noto/NotoSansBengali-Regular.ttf \
|
libs/noto/NotoSansBengali-Regular.ttf \
|
||||||
libs/noto/NotoSansCJKtc-Bold.otf \
|
|
||||||
libs/noto/NotoSansCJKtc-Regular.otf \
|
|
||||||
libs/noto/NotoSansDevanagari-Bold.ttf \
|
libs/noto/NotoSansDevanagari-Bold.ttf \
|
||||||
libs/noto/NotoSansDevanagari-Regular.ttf \
|
libs/noto/NotoSansDevanagari-Regular.ttf \
|
||||||
libs/noto/NotoSansEthiopic-Bold.ttf \
|
libs/noto/NotoSansEthiopic-Bold.ttf \
|
||||||
|
|
@ -112,6 +110,9 @@ NOTO_FONTS=\
|
||||||
libs/noto/NotoSansTibetan-Regular.ttf \
|
libs/noto/NotoSansTibetan-Regular.ttf \
|
||||||
libs/noto/NotoSansTifinagh-Regular.ttf \
|
libs/noto/NotoSansTifinagh-Regular.ttf \
|
||||||
|
|
||||||
|
# Way too big for now, also can't make them work yet:
|
||||||
|
# libs/noto/NotoSansCJKtc-Bold.otf
|
||||||
|
# libs/noto/NotoSansCJKtc-Regular.otf
|
||||||
|
|
||||||
public/libraries/fonts.zip: $(NOTO_FONTS) libs/liberation
|
public/libraries/fonts.zip: $(NOTO_FONTS) libs/liberation
|
||||||
zip -r $@ -j fonts.conf libs/noto/{*.ttf,*.otf} libs/liberation/{*.ttf,LICENSE,AUTHORS}
|
zip -r $@ -j fonts.conf libs/noto/{*.ttf,*.otf} libs/liberation/{*.ttf,LICENSE,AUTHORS}
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
include <BOSL2/std.scad>
|
include <BOSL2/std.scad>
|
||||||
include <BOSL2/structs.scad>
|
include <BOSL2/structs.scad>
|
||||||
|
|
||||||
script="Arabic"; // [Arabic,Armenian,Balinese,Bengali,CJK TC,Devanagari,English,Ethiopic,Georgian,Gujarati,Gurmukhi,Hebrew,Javanese,Kannada,Khmer,Lao,Mongolian,Myanmar,Oriya,Sinhala,Tamil,Thai,Tibetan,Tifinagh]
|
script="Arabic"; // [Arabic,Armenian,Balinese,Bengali,Devanagari,English,Ethiopic,Georgian,Gujarati,Gurmukhi,Hebrew,Javanese,Kannada,Khmer,Lao,Mongolian,Myanmar,Oriya,Sinhala,Tamil,Thai,Tibetan,Tifinagh]
|
||||||
|
|
||||||
style="Regular"; // [Regular,Bold,Italic]
|
style="Regular"; // [Regular,Bold,Italic]
|
||||||
|
|
||||||
|
|
@ -66,7 +66,7 @@ greeting = struct_val([
|
||||||
["Armenian", "Բարև"],
|
["Armenian", "Բարև"],
|
||||||
["Balinese", "ᬒᬁᬓᬭ"],
|
["Balinese", "ᬒᬁᬓᬭ"],
|
||||||
["Bengali", "নমস্কার"],
|
["Bengali", "নমস্কার"],
|
||||||
["CJK TC": "你好"],
|
// ["CJK TC": "你好"],
|
||||||
["Devanagari", "नमस्ते"],
|
["Devanagari", "नमस्ते"],
|
||||||
["English", "Hello"],
|
["English", "Hello"],
|
||||||
["Ethiopic", "ሰላም"],
|
["Ethiopic", "ሰላም"],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue