italic-oblique-ref.html 698 B

12345678910111213141516171819202122232425
  1. <!DOCTYPE HTML>
  2. <head>
  3. <title>style matching - italic/oblique</title>
  4. <link rel="author" title="John Daggett" href="mailto:jdaggett@mozilla.com">
  5. <link rel="author" title="Mozilla" href="http://www.mozilla.org/">
  6. <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-style-prop">
  7. <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-style-matching">
  8. <link rel="match" href="italic-oblique-1-ref.html">
  9. <meta name="flags" content="font matching must distinguish between italic and oblique">
  10. <style>
  11. @font-face {
  12. font-family: test;
  13. src: url(../fonts/markA.woff);
  14. }
  15. body { margin: 30px }
  16. p { margin: 0; font: 600% test, serif; }
  17. </style>
  18. </head>
  19. <body>
  20. <p>AAA</p>
  21. </body>
  22. </html>