diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2018-06-14 15:08:39 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2018-08-07 17:58:33 +0200 |
commit | 4da368a66160b7679aa4b2f115b6172b6b9c4da6 (patch) | |
tree | e1d26beb4f9389dc37b3c9ff6c6ef168e5044994 | |
parent | f6e8404c17da7f8c2cb7e812e1e164fdb21e0c5f (diff) |
Add back fonts for complex scripts
Change-Id: Ibe468e41fd016871ee30909dd6a9515e7d10b22a
Reviewed-on: https://gerrit.libreoffice.org/55801
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | help3xsl/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index f3ab2a8778..bfaa632683 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -41,7 +41,7 @@ h6, .listitemintable, .tablecontent, .input { - font-family: -apple-system, system-ui, "Segoe UI", Roboto, Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Noto Sans", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: -apple-system, system-ui, "Segoe UI", Roboto, Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Noto Sans", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif, FreeSerif, NanumGothic, "Noto Sans Tibetan", Taprom; } .input { transition-property: background-color; |