Use Noto instead of Droid, where appropriate.

This commit is contained in:
NiLuJe
2014-07-08 02:11:17 +02:00
parent c6e6e0a5f2
commit 5ebed6655b
2 changed files with 12 additions and 11 deletions

View File

@@ -19,8 +19,8 @@ local CreDocument = Document:new{
engine_initilized = false,
line_space_percent = 100,
default_font = G_reader_settings:readSetting("cre_font") or "FreeSerif",
header_font = G_reader_settings:readSetting("header_font") or "FreeSans",
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",
default_css = "./data/cr3.css",
options = CreOptions,