mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
47 lines
1.2 KiB
HTML
47 lines
1.2 KiB
HTML
|
<!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;
|
|||
|
}
|
|||
|
|
|||
|
#test20 { font-family: "Hiragino Maru Gothic ProN"; }
|
|||
|
#test22 { font-family: "Hiragino Mincho ProN"; }
|
|||
|
#test23 { font-family: "Hiragino Mincho Pro"; }
|
|||
|
#test24 { font-family: "KaiTi"; }
|
|||
|
#test30 { font-family: "LiHei Pro"; }
|
|||
|
#test31 { font-family: "LiSong Pro"; }
|
|||
|
#test33 { font-family: "MS Mincho"; }
|
|||
|
#test34 { font-family: "MS PGothic"; }
|
|||
|
#test35 { font-family: "MS PMincho"; }
|
|||
|
#test36 { font-family: "Malgun Gothic"; }
|
|||
|
|
|||
|
</style>
|
|||
|
|
|||
|
<script type="text/javascript">
|
|||
|
|
|||
|
</script>
|
|||
|
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
|
|||
|
<p id="test20">ヒラギノ丸ゴ ProN Hiragino Maru Gothic ProN</p>
|
|||
|
<p id="test22">ヒラギノ明朝 ProN Hiragino Mincho ProN</p>
|
|||
|
<p id="test23">ヒラギノ明朝 Pro Hiragino Mincho Pro</p>
|
|||
|
<p id="test24">楷体 KaiTi</p>
|
|||
|
<p id="test30">儷黑 Pro LiHei Pro</p>
|
|||
|
<p id="test31">儷宋 Pro LiSong Pro</p>
|
|||
|
<p id="test33">MS 明朝 MS Mincho</p>
|
|||
|
<p id="test34">MS Pゴシック MS PGothic</p>
|
|||
|
<p id="test35">MS P明朝 MS PMincho</p>
|
|||
|
<p id="test36">맑은 고딕 Malgun Gothic</p>
|
|||
|
|
|||
|
</body>
|
|||
|
</html>
|