tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

502795-1.html (401B)


      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>