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).
reviewable/pr5807/r1
NiLuJe 4 years ago committed by GitHub
parent f6a64de44a
commit 283187efb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

@ -1 +1 @@
Subproject commit 016220d96629d4bea763a7df9ff4cc4b1b92185b
Subproject commit 52bc113cc962d2b201288372534a52f7d7e4e923

@ -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()

Loading…
Cancel
Save