tor-browser

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

CSS21-t1502-no-inherited-font-family-ref.xhtml (1312B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3 <head>
      4 	<title>CSS 2.1: Font matching algorithm (reference)</title>
      5 	<link rel="author" title="L. David Baron" href="https://dbaron.org/" />
      6 	<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
      7 </head>
      8 <body>
      9 
     10 <div style="font-family: FontDoesNotExist">
     11  Every line of text in this page should be in the same font.
     12 </div>
     13 
     14 <div style="font-family: FontDoesNotExist">
     15  Every line of text in this page should be in the same font.
     16 </div>
     17 
     18 <div style="font-family: FontDoesNotExist">
     19  Every line of text in this page should be in the same font.
     20 </div>
     21 
     22 <div style="font-family: FontDoesNotExist">
     23  Every line of text in this page should be in the same font.
     24 </div>
     25 
     26 <div style="font-family: FontDoesNotExist">
     27  Every line of text in this page should be in the same font.
     28 </div>
     29 
     30 <div style="font-family: FontDoesNotExist">
     31  Every line of text in this page should be in the same font.
     32 </div>
     33 
     34 <div style="font-family: FontDoesNotExist">
     35  Every line of text in this page should be in the same font.
     36 </div>
     37 
     38 <div style="font-family: FontDoesNotExist">
     39  Every line of text in this page should be in the same font.
     40 </div>
     41 
     42 </body>
     43 </html>