tor-browser

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

font-unicode-presented-as-emoji-outline-ref.html (270B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <style>
      5 @font-face {
      6    font-family: 'Ahem Crossmark';
      7    src: url('./resources/AhemCrossmarkSupport.otf');
      8 }
      9 .emoji {
     10    font-family: 'Ahem Crossmark', system-ui;
     11 }
     12 </style>
     13 <span class="emoji" style="font-size: 60px;">a</span>
     14 </html>