Update bundled fonts (#6242)

* Update bundled fonts

* Minor FreeFont update
* Noto Sans CJK downgrade to fix a number of issues w/ the git version
* Initial import of Noto Naskh Arabic

* Replace Noto Sans Arabic UI by Noto Naskh Arabic in the CRe fallback
list
reviewable/pr6246/r1
NiLuJe 4 years ago committed by GitHub
parent 9c4e246038
commit 64825eccd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -46,7 +46,7 @@ local CreDocument = Document:new{
-- (Noto Sans & Serif do not have these symbol glyphs). -- (Noto Sans & Serif do not have these symbol glyphs).
fallback_fonts = { fallback_fonts = {
"Noto Sans CJK SC", "Noto Sans CJK SC",
"Noto Sans Arabic UI", "Noto Naskh Arabic",
"Noto Sans Devanagari UI", "Noto Sans Devanagari UI",
"FreeSans", "FreeSans",
"FreeSerif", "FreeSerif",

@ -1 +1 @@
Subproject commit 52bc113cc962d2b201288372534a52f7d7e4e923 Subproject commit a62d585f8c6f40a64faac8b093f548dc6c678740

@ -75,6 +75,7 @@ describe("EPUB document module", function()
"Droid Sans Mono", "Droid Sans Mono",
"FreeSans", "FreeSans",
"FreeSerif", "FreeSerif",
"Noto Naskh Arabic",
"Noto Sans", "Noto Sans",
"Noto Sans Arabic UI", "Noto Sans Arabic UI",
"Noto Sans CJK SC", "Noto Sans CJK SC",

Loading…
Cancel
Save