[Libreoffice-commits] help.git: Branch 'libreoffice-6-1' - help3xsl/default.css

Adolfo Jayme Barrientos fitojb at ubuntu.com
Wed Jun 13 12:25:42 UTC 2018


 help3xsl/default.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dcdc335402dcc64d72f53e06b6bea404d3c6aa98
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Date:   Tue Jun 12 18:38:48 2018 -0500

    Helponline: Allow for system typeface to be used
    
    Change-Id: Ic3868b0bcdbb978f450666b4f98e53587b5e7f85
    Reviewed-on: https://gerrit.libreoffice.org/55728
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
    (cherry picked from commit 279e341d56686a5e381fbc53faec3395e4cd451a)
    Reviewed-on: https://gerrit.libreoffice.org/55752
    Tested-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/help3xsl/default.css b/help3xsl/default.css
index e5009046a..f3ab2a877 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;


More information about the Libreoffice-commits mailing list