mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
Update fonts & add Noto Sans Devanagari UI (#5803)
* Update fonts https://github.com/koreader/koreader-fonts/pull/11 * Add Noto Sans Devanagari UI to the UI fallback font list (fix #2895).
This commit is contained in:
@@ -108,9 +108,10 @@ local Font = {
|
||||
[1] = "NotoSans-Regular.ttf",
|
||||
[2] = "NotoSansCJKsc-Regular.otf",
|
||||
[3] = "NotoSansArabicUI-Regular.ttf",
|
||||
[4] = "nerdfonts/symbols.ttf",
|
||||
[5] = "freefont/FreeSans.ttf",
|
||||
[6] = "freefont/FreeSerif.ttf",
|
||||
[4] = "NotoSansDevanagariUI-Regular.ttf",
|
||||
[5] = "nerdfonts/symbols.ttf",
|
||||
[6] = "freefont/FreeSans.ttf",
|
||||
[7] = "freefont/FreeSerif.ttf",
|
||||
},
|
||||
|
||||
-- face table
|
||||
|
||||
Submodule resources/fonts updated: 016220d966...52bc113cc9
@@ -78,6 +78,7 @@ describe("EPUB document module", function()
|
||||
"Noto Sans",
|
||||
"Noto Sans Arabic UI",
|
||||
"Noto Sans CJK SC",
|
||||
"Noto Sans Devanagari UI",
|
||||
"Noto Serif",
|
||||
}
|
||||
local face_list = cre.getFontFaces()
|
||||
|
||||
Reference in New Issue
Block a user