Update Google Fonts (#3942)

* Minor cleanup

We don't ship Droid Sans Fallback anymore

* Tweak UI fallback font list for better coverage

* Bump base & fonts

To pickup related changes
This commit is contained in:
NiLuJe
2018-05-16 10:28:06 -04:00
committed by GitHub
parent 32cb1a87cf
commit ebf47771d8
4 changed files with 5 additions and 5 deletions

View File

@@ -92,7 +92,6 @@ endif
ifeq ($(or $(EMULATE_READER),$(WIN32)),)
@echo "[*] Clean up, remove unused files for releases"
rm -rf $(INSTALL_DIR)/koreader/data/{cr3.ini,cr3skin-format.txt,desktop,devices,manual}
rm -rf $(INSTALL_DIR)/koreader/fonts/droid/DroidSansFallbackFull.ttf
endif
$(KOR_BASE)/$(OUTPUT_DIR)/luajit:

2
base

Submodule base updated: f4a56a7a31...39fbb5ce6e

View File

@@ -73,9 +73,10 @@ local Font = {
xx_smallinfofont = 18,
},
fallbacks = {
[1] = "noto/NotoSansCJK-Regular.ttf",
[2] = "noto/NotoSans-Regular.ttf",
[1] = "noto/NotoSans-Regular.ttf",
[2] = "noto/NotoSansCJKsc-Regular.otf",
[3] = "freefont/FreeSans.ttf",
[4] = "freefont/FreeSerif.ttf",
},
fontdir = "./fonts",