<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - Online Help: include the css files for each individual language"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=142531#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - Online Help: include the css files for each individual language"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=142531">bug 142531</a>
from <span class="vcard"><a class="email" href="mailto:suokunlong@126.com" title="Kevin Suo <suokunlong@126.com>"> <span class="fn">Kevin Suo</span></a>
</span></b>
<pre>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;
}
'''</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>