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.html (710B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <link rel="author" title="Vitor Roriz" href="https://github.com/vitorroriz">
      6 <link rel="match" href="./font-unicode-presented-as-emoji-outline-ref.html">
      7 <link rel="help" href="https://drafts.csswg.org/css-fonts-4/#char-handling-issues">
      8 <style>
      9 @font-face {
     10    font-family: 'Ahem Crossmark';
     11    src: url('./resources/AhemCrossmarkSupport.otf');
     12    unicode-range: U+0020, U+274C; /* include U+0020 to act as "first available font" and
     13                                      avoid line-height being derived from fallback */
     14 }
     15 .emoji {
     16    font-family: 'Ahem Crossmark', system-ui;
     17 }
     18 </style>
     19 <span class="emoji" style="font-size: 60px;"></span>
     20 </html>