diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-06-12 18:38:48 -0500 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-06-13 14:25:15 +0200 |
commit | dcdc335402dcc64d72f53e06b6bea404d3c6aa98 (patch) | |
tree | 7a225b4b38940c50bddd7177c5a149b3c2664ff2 /help3xsl/default.css | |
parent | 8fd3d3875afa5e11f0d7682a5739c1facf54c316 (diff) |
Helponline: Allow for system typeface to be used
Change-Id: Ic3868b0bcdbb978f450666b4f98e53587b5e7f85
Reviewed-on: https://gerrit.libreoffice.org/55728
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
(cherry picked from commit 279e341d56686a5e381fbc53faec3395e4cd451a)
Reviewed-on: https://gerrit.libreoffice.org/55752
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/default.css')
-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 e5009046a2..f3ab2a8778 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -41,7 +41,7 @@ h6, .listitemintable, .tablecontent, .input { - font-family: "Segoe UI", Ubuntu, Cantarell, "Noto Sans", "DejaVu Sans", "Lucida Sans Unicode", "Liberation Sans", Arimo, "Helvetica Neue", HelveticaNeue, Helvetica, Tahoma, sans-serif, FreeSerif, NanumGothic, "Noto Sans Tibetan", Taprom; + font-family: -apple-system, system-ui, "Segoe UI", Roboto, Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Noto Sans", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif; } .input { transition-property: background-color; |