From dcdc335402dcc64d72f53e06b6bea404d3c6aa98 Mon Sep 17 00:00:00 2001 From: Adolfo Jayme Barrientos Date: Tue, 12 Jun 2018 18:38:48 -0500 Subject: Helponline: Allow for system typeface to be used Change-Id: Ic3868b0bcdbb978f450666b4f98e53587b5e7f85 Reviewed-on: https://gerrit.libreoffice.org/55728 Tested-by: Jenkins Reviewed-by: Olivier Hallot (cherry picked from commit 279e341d56686a5e381fbc53faec3395e4cd451a) Reviewed-on: https://gerrit.libreoffice.org/55752 Tested-by: Olivier Hallot --- help3xsl/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'help3xsl') 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; -- cgit