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:
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.
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.
(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
the problem is already resolved.