tor-browser

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

emoji-fallback-2-ref.html (379B)


      1 <!DOCTYPE HTML>
      2 <html lang="en-US">
      3 <head>
      4 <meta charset="utf-8">
      5 <title>emoji fallback to text font</title>
      6 <style>
      7 div {
      8  font-size: 48pt;
      9 }
     10 #test {
     11  font-family: 'Segoe UI Symbol', 'Apple Symbols', 'Noto Sans Symbols';
     12  font-size: 24pt;
     13 }
     14 </style>
     15 </head>
     16 <body>
     17 
     18 <div><span id=test>&#x231a;&#xfe0e;&#x231b;&#xfe0e;&#x1f300;&#xfe0e;&#x1f301;&#xfe0e;</div>
     19 
     20 </body>
     21 </html>