mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
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:
1
Makefile
1
Makefile
@@ -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
2
base
Submodule base updated: f4a56a7a31...39fbb5ce6e
@@ -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",
|
||||
|
||||
Submodule resources/fonts updated: 99ca05830a...c526ac0087
Reference in New Issue
Block a user