mirror of
https://github.com/koreader/koreader.git
synced 2025-12-24 12:14:05 +01:00
fix Droid Sans Fallback not registered to crengine
This commit is contained in:
@@ -22,7 +22,7 @@ local CreDocument = Document:new{
|
||||
line_space_percent = 100,
|
||||
default_font = G_reader_settings:readSetting("cre_font") or "Noto Serif",
|
||||
header_font = G_reader_settings:readSetting("header_font") or "Noto Sans",
|
||||
fallback_font = G_reader_settings:readSetting("fallback_font") or "Droid Sans Fallback",
|
||||
fallback_font = G_reader_settings:readSetting("fallback_font") or "Droid Sans Fallback H",
|
||||
default_css = "./data/cr3.css",
|
||||
options = CreOptions,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user