tor-browser

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

font-family-013-ref.xht (1099B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      2 
      3 <html xmlns="http://www.w3.org/1999/xhtml">
      4 
      5  <head>
      6 
      7   <title>CSS Reftest Reference</title>
      8   <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
      9 
     10   <style type="text/css"><![CDATA[
     11   p {color: navy; font-size: 4em; margin: 0.25em;}
     12 
     13   span.Times {font-family: "Times New Roman";}
     14 
     15   span.Arial {font-family: Arial;}
     16 
     17   span.CourierNew {font-family: "Courier New";}
     18   ]]></style>
     19 
     20  </head>
     21 
     22  <body>
     23 
     24   <div>In each of the three lines below, the two words should look identical.</div>
     25 
     26   <p><span class="Times">&#x0162;&#x0119;&#x015F;&#x0163;</span> &mdash; <span  class="Times">&#x0162;&#x0119;&#x015F;&#x0163;</span></p>
     27 
     28   <p><span class="Arial">&#x0162;&#x0119;&#x015F;&#x0163;</span> &mdash; <span  class="Arial">&#x0162;&#x0119;&#x015F;&#x0163;</span></p>
     29 
     30   <p><span class="CourierNew">&#x0162;&#x0119;&#x015F;&#x0163;</span> &mdash; <span  class="CourierNew">&#x0162;&#x0119;&#x015F;&#x0163;</span></p>
     31 
     32  </body>
     33 </html>