diff --git a/base b/base index 86a57a879..746e5541b 160000 --- a/base +++ b/base @@ -1 +1 @@ -Subproject commit 86a57a879a7ba2ca30c54a5de3680f2e25d6a0ff +Subproject commit 746e5541bd9f3e42ba4615b50516b418c18a8450 diff --git a/frontend/ui/data/css_tweaks.lua b/frontend/ui/data/css_tweaks.lua index 0ab0f9e43..201eecf8d 100644 --- a/frontend/ui/data/css_tweaks.lua +++ b/frontend/ui/data/css_tweaks.lua @@ -318,8 +318,7 @@ ruby { display: inline !important; } id = "font_family_all_inherit"; title = _("Ignore publisher font families"), description = _("Disable font-family specified in embedded styles."), - -- we have to use this trick, font-family handling by crengine is a bit complex - css = [[* { font-family: "NoSuchFont" !important; }]], + css = [[* { font-family: inherit !important; }]], }, { id = "font_size_all_inherit";