Fix a few Droid font paths

This commit is contained in:
NiLuJe
2015-04-27 22:19:11 +02:00
parent bd03372d93
commit 3fdd90cf3b
3 changed files with 3 additions and 3 deletions

View File

@@ -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 H",
fallback_font = G_reader_settings:readSetting("fallback_font") or "Droid Sans Fallback",
default_css = "./data/cr3.css",
options = CreOptions,
}