tor-browser

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

1971148-digits-color-font-03-ref.html (378B)


      1 <!DOCTYPE html>
      2 
      3 <style>
      4 @font-face {
      5  font-family: Ahem;
      6  src: url(../fonts/Ahem.ttf);
      7 }
      8 div {
      9  font: 25px/2 "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", Ahem;
     10 }
     11 span.text {
     12  font-family: Ahem;
     13  font-variant-emoji: text;
     14 }
     15 </style>
     16 
     17 <p>Expect digits to be rendered from Ahem:</p>
     18 <div style="font-variant-emoji: text">abc<span class=text>123</span>xyz</div>