[Libreoffice-bugs] [Bug 125519] New: Help Homepage Css file's Korean font properties issue.
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon May 27 09:35:38 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=125519
Bug ID: 125519
Summary: Help Homepage Css file's Korean font properties issue.
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: enhancement
Priority: medium
Component: Documentation
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: sungdh86 at gmail.com
CC: olivier.hallot at documentfoundation.org
Description:
It related on tdf#125481 .
I found some retired Korean cont on LibreOffice help css Korean font property.
sungulim, 썬굴림
These are Sun Microsystems fonts.
(Check the Oracle site:
https://docs.oracle.com/cd/E19504-01/802-7789/6ibcsnfar/index.html )
belows are list of need to modify css Korean font property.
help/source/auxiliary/ko/default.css
help/source/auxiliary/ko/highcontrast1.css
help/source/auxiliary/ko/highcontrast2.css
help/source/auxiliary/ko/highcontrastblack.css
help/source/auxiliary/ko/highcontrastwhite.css
that files css korean font property is not include Mac OSX default Korean font
and modern Linux distribution's default font Noto Sans-family fonts.
It need to modify some css file's Korean font property.
Actual Results:
{ font-family: 썬굴림,SunGulim,Gulim,Andale Sans UI,Arial Unicode MS,Lucida Sans
Unicode,Tahoma,"Albany AMT",Albany,Arial,"Nimbus Sans
L",Helvetica,Lucida,Geneva,Helmet,SansSerif; }
Expected Results:
delete 썬굴림, SunGulim , sun-family Korean fonts.
and Add Noto Sans CJK KR (All), 산돌고딕(MacOSX), Nanum Font(all )
Also change font order priorities
ps. All is Windows, Linux, MacOSX.
{ font-family: Noto Sans CJK KR, **, ** Gulim,Andale Sans UI,Arial Unicode
MS,Lucida Sans Unicode,Tahoma,"Albany AMT",Albany,Arial,"Nimbus Sans
L",Helvetica,Lucida,Geneva,Helmet,SansSerif; }
Reproducible: Always
User Profile Reset: No
Additional Info:
--
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/20190527/29a6b38d/attachment.html>
More information about the Libreoffice-bugs
mailing list