tor-browser

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

variation-format-hint-1B-otf-ref.html (195B)


      1 <!DOCTYPE html>
      2 
      3 <style>
      4 @font-face {
      5  font-family: test;
      6  src: url(../fonts/markB.otf);
      7 }
      8 div {
      9  font-family: test, serif;
     10  font-size: 50px;
     11  line-height: 2em;
     12 }
     13 </style>
     14 
     15 <div>
     16 ABC
     17 </div>