Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Since Arial does not contain hangul characters, the use of <code>font-family: Arial, sans-serif</code> is effectively equivalent to <code>font-family: sans-serif</code> for Korean text. Arial should be removed from the list, since would only cause harm – when some special symbols used on the page exist in Arial, the browser would use it for them, resulting in a mix of fonts.</p> <p>Using <code>sans-serif</code> means using a browser-dependent sans-serif font. It is of little use here. Instead, list down a set of fonts known to contain the characters you need. You can hardly expect to find a single font for the purpose that would be available on all computers, unless you find a font you can use as a downloadable font (web font) via <code>@font-face</code>.</p> <p>According to <a href="http://en.wikipedia.org/wiki/List_of_Microsoft_Windows_fonts">http://en.wikipedia.org/wiki/List_of_Microsoft_Windows_fonts</a>, there are fonts that are preinstalled on Windows, or at least shipped with it, containing Korean characters: Batang, Dotum, Gulim, Gungsuh, Malgun Gothic (no hanja). Probably none of them is present in all versions of Windows, and probably at least one of them is available in reasonably modern versions of Windows. But they are rather different.</p> <p>You could also check the extensive page <a href="http://www.wazu.jp/gallery/Fonts_Korean.html">http://www.wazu.jp/gallery/Fonts_Korean.html</a> and, if some of the free alternatives suits you, consider using it as a downloadable font. The fonts tend to be large, but the impact on efficiency might still be tolerable.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload