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