no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / font-matching / apple-symbols-1-notref.html
blobb216a4ff50235b7564801716f424b53c13035fd1
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>Apple Symbols test</title>
6 <style>
7 @font-face {
8 font-family: "Ahem";
9 src: url(../fonts/Ahem.ttf);
11 body {
12 font-family: "Ahem", /* Ahem bullet first to establish consistent line metrics */
13 /* "Apple Symbols", */ /* Apple Symbols for the rest of the chars */
14 "Menlo", /* fallbacks for when Apple Symbols fails */
15 "Hiragino Kaku Gothic Pro",
16 sans-serif;
17 font-size: 36px;
18 line-height: 60px;
20 </style>
21 </head>
22 <body>
23 &#x2219;&#x25E6;&#x25ce;&#x2611;&#x261e;
24 </body>
25 </html>