tor-browser

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

system-ui-mixed-ref.html (256B)


      1 <!doctype html>
      2 <html lang="en">
      3 <meta charset="utf-8">
      4 <title>CSS Test Reference</title>
      5 <style>
      6 p {
      7  font-family: system-ui, sans-serif;
      8  font-size: 4em;
      9 }
     10 </style>
     11 <p lang="zh">你好 <span lang="es">¡hola!</span> <span lang="ar">سلام</span></p>