Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <title>Test</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7 <style type="text/css">
8 body {
9 margin: 50px;
10 font-size: 24px;
11 }
13 @font-face {
14 font-family: test;
15 src: local(Papyrus);
16 }
18 #test2 { font-family: test, serif; }
20 </style>
22 </head>
24 <body>
25 <p id="test2">Test for Papyrus font <b>within a bold tag</b>.</p>
26 </body>
28 </html>