replace Droidsansfallback with NotoSansCJK-Regular

This commit is contained in:
frankyifei
2015-09-04 00:15:12 +09:30
parent 059de23037
commit 23c963ed15
6 changed files with 95 additions and 4 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",
fallback_font = G_reader_settings:readSetting("fallback_font") or "Noto Sans CJK SC",
default_css = "./data/cr3.css",
options = CreOptions,
}