tor-browser

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

font-display-preload-ref.html (353B)


      1 <!DOCTYPE html>
      2 <html>
      3 <title>font-display should work for preloaded fonts</title>
      4 <style>
      5  .arial {
      6    height: 20px;
      7    font-family: Arial;
      8  }
      9 </style>
     10 <div id="container">
     11  <div class="arial"></div>
     12  <div class="arial"></div>
     13  <div class="arial">Swap</div>
     14  <div class="arial">Fallback</div>
     15  <div class="arial">Optional</div>
     16 </div>
     17 </html>