tor-browser

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

font-size-ref.html (279B)


      1 <!DOCTYPE html>
      2 <title>CSS Test reference</title>
      3 <div style="font-size: 12px">
      4  12px text
      5 </div>
      6 
      7 <hr>
      8 
      9 <div style="font-size: 24px;">
     10  12px zoomed text
     11 </div>
     12 
     13 <hr>
     14 
     15 <div style="font-size: 12px">
     16  <div style="font-size: 24px">
     17    12px zoomed inherited text
     18  </div>
     19 </div>