tor-browser

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

helveticaneue-ultra.html (395B)


      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 p {
     15  font-family: Helvetica Neue, serif;
     16  font-weight: 100;
     17 }
     18 
     19 </style>
     20  
     21 <script type="text/javascript">
     22 
     23 </script>
     24  
     25 </head>
     26 <body>
     27 
     28 <p>Lovely lightness!!</p>
     29 
     30 </body>
     31 </html>