Bug 125519 - Help Homepage Css file's Korean font properties issue.
Summary: Help Homepage Css file's Korean font properties issue.
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Documentation (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: CJK-Korean
  Show dependency treegraph
 
Reported: 2019-05-27 09:35 UTC by DaeHyun Sung
Modified: 2020-01-27 07:55 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description DaeHyun Sung 2019-05-27 09:35:38 UTC
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:
Comment 1 Olivier Hallot 2019-05-27 10:58:14 UTC
Actually the New Help design (displayed in your system browser) does not use these localized files anymore and relies on a set of standard fonts defined in the default.css file:

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;

The localized CSS is kept for a while in the source because some extensions still use the old help system until we develop a browser only solution for them.

Suggested to add
Noto Sans CJK KR (All), 산돌고딕(MacOSX), Nanum Font(all )

Also change font order priorities
ps. All is Windows, Linux, MacOSX.
Comment 2 Buovjaga 2019-05-27 12:37:51 UTC
DaeHyun: can you please test https://helponline.libreoffice.org/6.3/ and tell us, if the problem is already gone? It seems to me we might not need to make any changes.
Comment 3 DaeHyun Sung 2020-01-27 07:38:17 UTC
(In reply to Buovjaga from comment #2)
> DaeHyun: can you please test https://helponline.libreoffice.org/6.3/ and
> tell us, if the problem is already gone? It seems to me we might not need to
> make any changes.

Now, In Version 6.3, It uses 'NanumGothic' on https://helponline.libreoffice.org/6.3/default.css 

body, p, h1, h2, h3, h4, h5, 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;
}


Nowadays, NanumGothic is popular Korean font.
NanumFont homepage: https://hangeul.naver.com/font

Introduce to Nanum Font on Google font
https://fonts.google.com/specimen/Nanum+Gothic
Comment 4 DaeHyun Sung 2020-01-27 07:55:23 UTC
the problem is already resolved.