Fri, 16 Jan 2015 18:13:44 +0100
Integrate suggestion from review to improve consistency with existing code.
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="http://dbaron.org/" />
6 <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
7 </head>
8 <body>
10 <div style="font-family: FontDoesNotExist">
11 Every line of text in this page should be in the same font.
12 </div>
14 <div style="font-family: FontDoesNotExist">
15 Every line of text in this page should be in the same font.
16 </div>
18 <div style="font-family: FontDoesNotExist">
19 Every line of text in this page should be in the same font.
20 </div>
22 <div style="font-family: FontDoesNotExist">
23 Every line of text in this page should be in the same font.
24 </div>
26 <div style="font-family: FontDoesNotExist">
27 Every line of text in this page should be in the same font.
28 </div>
30 <div style="font-family: FontDoesNotExist">
31 Every line of text in this page should be in the same font.
32 </div>
34 <div style="font-family: FontDoesNotExist">
35 Every line of text in this page should be in the same font.
36 </div>
38 <div style="font-family: FontDoesNotExist">
39 Every line of text in this page should be in the same font.
40 </div>
42 </body>
43 </html>