unicode-range-ref.html 426 B

1234567891011121314151617181920212223
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style>
  5. @font-face {
  6. font-family: 'HashFont';
  7. src: url('../assets/HashSans.woff');
  8. }
  9. .hash-font {
  10. font-family: 'HashFont';
  11. }
  12. .text {
  13. font-size: 100px;
  14. font-family: "SerenitySans";
  15. }
  16. </style>
  17. </head>
  18. <body>
  19. <div class="text"><span class="hash-font">A</span>B</div>
  20. </body>
  21. </html>