kerning-spaces-tnr-default.html 916 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <title>testing contextual kerning with spaces</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <style type="text/css">
  7. body {
  8. margin: 5px;
  9. }
  10. div#test, div#test pre {
  11. font-family: Times New Roman, sans-serif;
  12. font-size: 150%;
  13. line-height: 1.1em;
  14. /* font-feature-settings == default */
  15. }
  16. pre {
  17. margin: 0;
  18. padding: 0;
  19. }
  20. </style>
  21. </head>
  22. <body>
  23. <div id="test">
  24. <pre><span>Q A Q</span></pre>
  25. <pre><span>Q L Q</span></pre>
  26. <pre><span>Q P Q</span></pre>
  27. <pre><span>Q T Q</span></pre>
  28. <pre><span>Q V Q</span></pre>
  29. <pre><span>Q W Q</span></pre>
  30. <pre><span>Q Y Q</span></pre>
  31. <pre><span>Q Ά Q</span></pre>
  32. <pre><span>Q Α Q</span></pre>
  33. <pre><span>Q Δ Q</span></pre>
  34. <pre><span>Q Λ Q</span></pre>
  35. <pre><span>Q Τ Q</span></pre>
  36. <pre><span>Q Υ Q</span></pre>
  37. <pre><span>Q Ϋ Q</span></pre>
  38. <pre><span>Q ’ Q</span></pre>
  39. </div>
  40. </body>
  41. </html>