[Libreoffice-bugs] [Bug 142531] Online Help: include the css files for each individual language

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri May 28 13:46:48 UTC 2021


https://bugs.documentfoundation.org/show_bug.cgi?id=142531

--- Comment #4 from Kevin Suo <suokunlong at 126.com> ---
See the proposed change below (please note that the change should only apply to
zh-CN pages, not others):

'''
diff --git a/help3xsl/default.css b/help3xsl/default.css
index ce1dd77f8..db1506d2c 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -40,7 +40,8 @@ h6,
 .listitem,
 .listitemintable,
 .tablecontent {
-    font-family: -apple-system, system-ui, "Segoe UI", Roboto, Ubuntu,
Cantarell, "Noto Sans", "DejaVu Sans", "Lucida Grande", "Helvetica Neue",
Helvetica, Arial, sans-serif, FreeSerif, NanumGothic, "Noto Sans Tibetan",
Taprom;
+    font-family: "Nato Sans CJK SC", "思源黑体", 微软雅黑;
+    font-size: 18px;
 }
 .input {
     background-color: rgba(0,0,0,0.04);
@@ -228,7 +229,7 @@ h6 {
 p,
 ol,
 td {
-    font-size: 1.15rem;
+    font-size: 1em;
     margin: 2px 0 2px 0;
 }
'''

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210528/8337d276/attachment.htm>


More information about the Libreoffice-bugs mailing list