hack.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. /*!
  2. * Hack typeface https://github.com/source-foundry/Hack
  3. * License: https://github.com/source-foundry/Hack/blob/master/LICENSE.md
  4. */
  5. /* FONT PATHS
  6. * -------------------------- */
  7. @font-face {
  8. font-family: 'Hack';
  9. src: url('fonts/hack-regular.woff2?sha=3114f1256') format('woff2'), url('fonts/hack-regular.woff?sha=3114f1256') format('woff');
  10. font-weight: 400;
  11. font-style: normal;
  12. font-display: swap;
  13. }
  14. @font-face {
  15. font-family: 'Hack';
  16. src: url('fonts/hack-bold.woff2?sha=3114f1256') format('woff2'), url('fonts/hack-bold.woff?sha=3114f1256') format('woff');
  17. font-weight: 700;
  18. font-style: normal;
  19. font-display: swap;
  20. }
  21. @font-face {
  22. font-family: 'Hack';
  23. src: url('fonts/hack-italic.woff2?sha=3114f1256') format('woff2'), url('fonts/hack-italic.woff?sha=3114f1256') format('woff');
  24. font-weight: 400;
  25. font-style: italic;
  26. font-display: swap;
  27. }
  28. @font-face {
  29. font-family: 'Hack';
  30. src: url('fonts/hack-bolditalic.woff2?sha=3114f1256') format('woff2'), url('fonts/hack-bolditalic.woff?sha=3114f1256') format('woff');
  31. font-weight: 700;
  32. font-style: italic;
  33. font-display: swap;
  34. }