CSS21-t1502-no-inherited-font-family-ref.xhtml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. <div style="font-family: FontDoesNotExist">
  10. Every line of text in this page should be in the same font.
  11. </div>
  12. <div style="font-family: FontDoesNotExist">
  13. Every line of text in this page should be in the same font.
  14. </div>
  15. <div style="font-family: FontDoesNotExist">
  16. Every line of text in this page should be in the same font.
  17. </div>
  18. <div style="font-family: FontDoesNotExist">
  19. Every line of text in this page should be in the same font.
  20. </div>
  21. <div style="font-family: FontDoesNotExist">
  22. Every line of text in this page should be in the same font.
  23. </div>
  24. <div style="font-family: FontDoesNotExist">
  25. Every line of text in this page should be in the same font.
  26. </div>
  27. <div style="font-family: FontDoesNotExist">
  28. Every line of text in this page should be in the same font.
  29. </div>
  30. <div style="font-family: FontDoesNotExist">
  31. Every line of text in this page should be in the same font.
  32. </div>
  33. </body>
  34. </html>