tor-browser

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

iframe-using-ahem-as-web-font.html (187B)


      1 <!DOCTYPE html>
      2 <style>
      3 @font-face {
      4    font-family: CustomFontFamily;
      5    src: url(/fonts/Ahem.ttf);
      6 }
      7 </style>
      8 <div style="font-size: 30px; font-family: CustomFontFamily">Hello!</div>