502795-1-ref.html (270B)
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 } 14 </style> 15 <body> 16 <p>A</p> 17 </body> 18 </html>