tenfourfox/layout/reftests/font-matching/localized-family-names-002-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

47 lines
1.2 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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 Mincho</p>
<p id="test34"> Pゴシック MS PGothic</p>
<p id="test35"> P明朝 MS PMincho</p>
<p id="test36">맑은 고딕 Malgun Gothic</p>
</body>
</html>