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

39 lines
819 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Localized font family names</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
body {
margin: 50px;
font-size: 24px;
}
#test49 { font-family: "华文黑体"; }
#test51 { font-family: "华文宋体"; }
#test52 { font-family: "さざなみゴシック"; }
#test53 { font-family: "さざなみ明朝"; }
#test54 { font-family: "黑体"; }
#test55 { font-family: "宋体"; }
</style>
<script type="text/javascript">
</script>
</head>
<body>
<p id="test49">华文黑体 STHeiti</p>
<p id="test51">华文宋体 STSong</p>
<p id="test52">さざなみゴシック Sazanami Gothic</p>
<p id="test53">さざなみ明朝 Sazanami Mincho</p>
<p id="test54">黑体 SimHei</p>
<p id="test55">宋体 SimSun</p>
</body>
</html>