Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE HTML>
<html>
<head>
<title>Localized font family names (ref)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
body {
margin: 50px;
font-size: 24px;
}
#test2 { font-family: "Apple LiSung"; }
#test3 { font-family: "BatangChe"; }
#test9 { font-family: "Dotum"; }
#test10 { font-family: "FangSong"; }
#test12 { font-family: "Gulim"; }
#test14 { font-family: "Gungsuh"; }
#test15 { font-family: "HY Kak Headline Std"; }
#test17 { font-family: "Hiragino Kaku Gothic Pro"; }
#test18 { font-family: "Hiragino Kaku Gothic StdN"; }
#test19 { font-family: "Hiragino Kaku Gothic Std"; }
</style>
<script type="text/javascript">
</script>
</head>
<body>
<p id="test2">蘋果儷細宋 Apple LiSung</p>
<p id="test3">바탕체 BatangChe</p>
<p id="test9">돋움 Dotum</p>
<p id="test10">仿宋 FangSong</p>
<p id="test12">굴림 Gulim</p>
<p id="test14">궁서 Gungsuh</p>
<p id="test15">HY각헤드라인 Std HY Kak Headline Std</p>
<p id="test17">ヒラギノ角ゴ Pro Hiragino Kaku Gothic Pro</p>
<p id="test18">ヒラギノ角ゴ StdN Hiragino Kaku Gothic StdN</p>
<p id="test19">ヒラギノ角ゴ Std Hiragino Kaku Gothic Std</p>
</body>
</html>