diff --git a/base b/base index 3a754c728..bfbc8a3e5 160000 --- a/base +++ b/base @@ -1 +1 @@ -Subproject commit 3a754c72885c6538cb0418071b4546dbafee8724 +Subproject commit bfbc8a3e5c40a2d85653de1e4b93dc64cc8aea2a diff --git a/frontend/document/credocument.lua b/frontend/document/credocument.lua index cbfb67042..88b5cc49d 100644 --- a/frontend/document/credocument.lua +++ b/frontend/document/credocument.lua @@ -934,7 +934,7 @@ function CreDocument:setupFallbackFontFaces() -- names than ',' or ';', without the need to have to use quotes. local s_fallbacks = table.concat(fallbacks, "|") logger.dbg("CreDocument: set fallback font faces:", s_fallbacks) - self._document:setStringProperty("crengine.font.fallback.face", s_fallbacks) + self._document:setStringProperty("crengine.font.fallback.faces", s_fallbacks) end -- To use the new crengine language typography facilities (hyphenation, line breaking,