tor-browser

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

name-collision-with-prefs-font-ref.html (419B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <title>Bug 668758 - @font-face disrupts font preferences</title>
      5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      6 
      7 <style type="text/css">
      8 
      9 body {
     10  margin: 50px;
     11  font-family: serif;
     12 }
     13 
     14 </style>
     15 
     16 </head>
     17 
     18 <body>
     19 
     20 <p>
     21 This should be rendered using the default serif font.
     22 </p>
     23 
     24 <pre>
     25 And this is preformatted text that ought to be monospaced.
     26 </pre>
     27 
     28 </body>
     29 </html>