<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Help Homepage Css file's Korean font properties issue."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=125519">125519</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Help Homepage Css file's Korean font properties issue.
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Documentation
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>sungdh86@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>olivier.hallot@documentfoundation.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:

It related on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Preferred font order for Korean locale"
   href="show_bug.cgi?id=125481">tdf#125481</a> .

I found some retired Korean cont on LibreOffice help css Korean font property.
sungulim, 썬굴림

These are Sun Microsystems fonts.

(Check the Oracle site:
<a href="https://docs.oracle.com/cd/E19504-01/802-7789/6ibcsnfar/index.html">https://docs.oracle.com/cd/E19504-01/802-7789/6ibcsnfar/index.html</a> )


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:</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>