tor-browser

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

osx-font-smoothing.html (1287B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <style type="text/css">
      5 body {
      6  margin: 20px;
      7  font-family: Futura, Helvetica, Arial, sans-serif;
      8  background-color: black;
      9  color: white;
     10 }
     11 p {
     12  margin: 0;
     13  line-height: 1.3em;
     14  -moz-osx-font-smoothing: grayscale;
     15 }
     16 </style>
     17 </head>
     18 <body lang="en">
     19 <p style="font-size: 9px;">I have stood still and stopped the sound of feet.</p>
     20 <p style="font-size: 10px;">I have stood still and stopped the sound of feet.</p>
     21 <p style="font-size: 11px;">I have stood still and stopped the sound of feet.</p>
     22 <p style="font-size: 12px;">I have stood still and stopped the sound of feet.</p>
     23 <p style="font-size: 13px;">I have stood still and stopped the sound of feet.</p>
     24 <p style="font-size: 14px;">I have stood still and stopped the sound of feet.</p>
     25 <p style="font-size: 15px;">I have stood still and stopped the sound of feet.</p>
     26 <p style="font-size: 16px;">I have stood still and stopped the sound of feet.</p>
     27 <p style="font-size: 17px;">I have stood still and stopped the sound of feet.</p>
     28 <p style="font-size: 18px;">I have stood still and stopped the sound of feet.</p>
     29 <p style="font-size: 19px;">I have stood still and stopped the sound of feet.</p>
     30 <p style="font-size: 20px;">I have stood still and stopped the sound of feet.</p>
     31 </body>
     32 </html>