tor-browser

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

font-variant-emoji-004-ref.html (781B)


      1 <!DOCTYPE html>
      2 <meta charset="UTF-8" />
      3 <title>CSS Fonts: font-variant-emoji web font test</title>
      4 <link rel="stylesheet" type="text/css" href="support/css/variation-sequences.css" />
      5 <style>
      6  div {
      7    height: 2em;
      8    font: 24px/1.5 serif;
      9  }
     10 
     11  .color {
     12    font-family: "ColorEmojiFont";
     13  }
     14 
     15  .mono {
     16    font-family: "MonoEmojiFont";
     17  }
     18 </style>
     19 
     20 <p>Variation Selector 15</p>
     21 <div>
     22  <span class="mono">&#x1fae8;&#xfe0e;</span>
     23  <span class="mono">&#x1fae8;&#xfe0e;</span>
     24  <span class="mono">&#x1fae8;&#xfe0e;</span>
     25  <span class="mono">&#x2139;</span>
     26 </div>
     27 
     28 <p>Variation Selector 16</p>
     29 <div>
     30  <span class="color">&#x1fae8;</span>
     31  <span class="color">&#x1fae8;</span>
     32  <span class="color">&#x1fae8;</span>
     33  <span class="color">&#x2139;&#xfe0f;</span>
     34 </div>