Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <html>
2 <head>
3 <title>bug 502795 - letterspace with downloaded font</title>
4 </head>
5 <style type="text/css">
6 @font-face {
7 font-family: test;
8 src: url(../fonts/MarkA.ttf);
9 }
10 p {
11 font-family: test;
12 font-size: 24pt;
13 letter-spacing: 10px;
14 }
15 </style>
16 <!-- with letterspacing, the downloaded font will fail to render
17 via coretext due to bug 502795 -->
18 <body>
19 <p>A</p>
20 </body>
21 </html>