tor-browser

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

src-list-local-full-ref.html (800B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <title>src local ref with regular, bold, italic</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: 24pt;
     12 }
     13 
     14 /* Bitstream Vera must be adjacent to DejaVu to because the latter is picked
     15   up by fontconfig aliases for the former. */
     16 
     17 p { font-family: Helvetica Neue, Bitstream Vera Sans, DejaVu Sans, FreeSans, SwissA, Arial, serif; }
     18 
     19 .regular {  }
     20 .bold { font-weight: bold; }
     21 .italic { font-style: italic; }
     22 
     23 </style>
     24  
     25 <script type="text/javascript">
     26 
     27 </script>
     28  
     29 </head>
     30 <body>
     31 
     32 <p class="regular">This should be a sans-serif face</p>
     33 
     34 <p class="bold">This should be a bold sans-serif face</p>
     35 
     36 <p class="italic">This should be an italic sans-serif face</p>
     37 
     38 </body>
     39 </html>