tor-browser

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

familyname-escapedidents-ref.html (266B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <title>Escaped family names test</title>
      5 <meta charset="UTF-8">
      6 <style>
      7 body { margin: 20px; }
      8 #test, #test2 { font-family: serif; }
      9 </style>
     10 
     11 </head>
     12 <body>
     13 <p id=test>Should be serif</p>
     14 <p id=test2>Should be serif</p>
     15 </body>
     16 </html>