tor-browser

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

unicoderange-4.html (761B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
      2  "http://www.w3.org/TR/html4/strict.dtd">
      3 <html lang="en-US">
      4 <head>
      5  <title></title>
      6  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      7  <style type="text/css">
      8 
      9  @font-face {
     10    font-family: ahemspace;
     11    src: url(../fonts/Ahem.ttf);
     12    unicode-range: u+20;
     13  }
     14 
     15  @font-face {
     16    font-family: "One";
     17    src: url(../fonts/markA.ttf);
     18        unicode-range: u+4?;
     19  }
     20 
     21  @font-face {
     22    font-family: "One";
     23    src: url(../fonts/mark2B.ttf);
     24        unicode-range: u+4?;
     25  }
     26 
     27  @font-face {
     28    font-family: "One";
     29    src: url(../fonts/markD.ttf);
     30        unicode-range: u+4?;
     31  }
     32 
     33  body { font-family: ahemspace, "One"; }
     34 
     35  </style>
     36 </head>
     37 <body>
     38 
     39 <p>ABC</p>
     40 
     41 </body>
     42 </html>