font unexpectedly changed on v1.08-rc6 #117
Answered
by
boypt
johan456789
asked this question in
Q&A
-
I just upgraded to v1.08-rc6 from v1.07 and noticed the font was changed and I didn't like that. I noticed in 6adfc7d, Noto Sans is removed. Is this because it doesn't support RTL languages? We can just use koreaders fonts like this: @page {
margin: 0;
font-family: 'Noto Sans CJK TC', 'Noto Sans Arabic', 'Noto Sans Devanagari UI', 'Noto Sans Bengali UI', 'FreeSans', 'Noto Sans', sans-serif;
} This uses the same ordering as koreader: https://github.com/koreader/koreader/blob/19f3278d6b2c4677ced5358b83dc9157a8210d33/frontend/document/credocument.lua#L59 |
Beta Was this translation helpful? Give feedback.
Answered by
boypt
Sep 17, 2025
Replies: 1 comment
-
fixed in b15e865 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
johan456789
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fixed in b15e865