tor-browser

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

1971148-digits-color-font-06.html (370B)


      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 </style>
     12 
     13 <!-- presence of ZWSP should not affect font selection -->
     14 
     15 <p>Expect digits to be rendered from the emoji font:</p>
     16 <div style="font-variant-emoji: emoji">abc123xyz&#x200b;</div>