spacelookups-ref.html 809 B

12345678910111213141516171819202122232425262728293031323334
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>contextual substitutions for fonts with spaces in lookups</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <link rel="author" title="John Daggett" href="mailto:jdaggett@mozilla.com"/>
  7. <style type="text/css">
  8. @font-face {
  9. font-family: spacelookup-defscr-deflang-deffeat;
  10. src: url(../fonts/spacelookups/spacelookup-defscr-deflang-deffeat.ttf);
  11. }
  12. body {
  13. margin: 20px 40px;
  14. line-height: 1.2;
  15. }
  16. div { font-size: 400%; }
  17. .spacelookup-defscr-deflang-deffeat { font-family: spacelookup-defscr-deflang-deffeat; }
  18. </style>
  19. </head>
  20. <body>
  21. <div class="spacelookup-defscr-deflang-deffeat">
  22. <span>&#xf007;</span>
  23. <span>&#xf007;</span>
  24. <span>&#xf007;</span>
  25. <span>&#xf007;</span>
  26. <span>&#xf007;</span>
  27. <span>&#xf007;</span>
  28. </div>
  29. </body>
  30. </html>