summaryrefslogtreecommitdiff
path: root/help3xsl
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-06-12 18:38:48 -0500
committerOlivier Hallot <olivier.hallot@libreoffice.org>2018-06-13 14:24:40 +0200
commit279e341d56686a5e381fbc53faec3395e4cd451a (patch)
tree277bb7ae42b3aa3490af15568ab9f4ae24590807 /help3xsl
parente530fd67898e3cfe403301627f29ea85aed66f0b (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>
Diffstat (limited to 'help3xsl')
-rw-r--r--help3xsl/default.css2
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;