tor-browser

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

helveticaneue-ultra-ref.html (498B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <title>Helvetica Neue UltraLight</title>
      5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      6  
      7 <style type="text/css">
      8 
      9 body {
     10  margin: 50px;
     11  font-size: 60pt;
     12 }
     13 
     14 @font-face {
     15  font-family: MyUltralight;
     16  src: local(HelveticaNeue-UltraLight);
     17  font-weight: 100;
     18 }
     19 
     20 p {
     21  font-family: MyUltralight, serif;
     22  font-weight: 100;
     23 }
     24 
     25 </style>
     26  
     27 <script type="text/javascript">
     28 
     29 </script>
     30  
     31 </head>
     32 <body>
     33 
     34 <p>Lovely lightness!!</p>
     35 
     36 </body>
     37 </html>