no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / font-matching / system-generic-fallback-zh-cn.html
blobafcabb396cfd9dc5a66c0e2fb4f1baa1b6df1985
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <title>system generic linked families</title>
5 <meta charset="utf-8">
7 <style>
8 body {
9 margin: 50px;
12 p {
13 margin: 0;
14 display: inline-block;
15 font-size: 80px;
16 line-height: 1.3em;
19 p + p { margin-top: 5px; }
21 #test p:before { content: "123abc 途外"; }
22 #test p { font-family: -apple-system; }
23 </style>
25 </head>
26 <body>
28 <div lang="zh-cn" id=test>
29 <p></p>
30 </div>
32 </body>
33 </html>