hack-extended.css 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. /*!
  2. * Hack v2.010 by Chris Simpkins - https://sourcefoundry.org/hack/
  3. * Licenses - Fonts: Modified SIL OFL 1.1 + Bitstream Vera license, CSS: MIT License
  4. */
  5. /* FONT PATHS
  6. * -------------------------- */
  7. @font-face {
  8. font-family: 'Hack';
  9. src: url('../fonts/eot/hack-regular-webfont.eot?v=2.010');
  10. src: url('../fonts/eot/hack-regular-webfont.eot?#iefix&v=2.010') format('embedded-opentype'), url('../fonts/woff2/hack-regular-webfont.woff2?v=2.010') format('woff2'), url('../fonts/woff/hack-regular-webfont.woff?v=2.010') format('woff'), url('../fonts/ttf/hack-regular-webfont.ttf?v=2.010') format('truetype'), url('../fonts/svg/hack-regular-webfont.svg?v=2.010#hackregular') format('svg');
  11. font-weight: 400;
  12. font-style: normal;
  13. }
  14. @font-face {
  15. font-family: 'Hack';
  16. src: url('../fonts/eot/hack-bold-webfont.eot?v=2.010');
  17. src: url('../fonts/eot/hack-bold-webfont.eot?#iefix&v=2.010') format('embedded-opentype'), url('../fonts/woff2/hack-bold-webfont.woff2?v=2.010') format('woff2'), url('../fonts/woff/hack-bold-webfont.woff?v=2.010') format('woff'), url('../fonts/ttf/hack-bold-webfont.ttf?v=2.010') format('truetype'), url('../fonts/svg/hack-bold-webfont.svg?v=2.010#hackbold') format('svg');
  18. font-weight: 700;
  19. font-style: normal;
  20. }
  21. @font-face {
  22. font-family: 'Hack';
  23. src: url('../fonts/eot/hack-regularoblique-webfont.eot?v=2.010');
  24. src: url('../fonts/eot/hack-regularoblique-webfont.eot?#iefix&v=2.010') format('embedded-opentype'), url('../fonts/woff2/hack-regularoblique-webfont.woff2?v=2.010') format('woff2'), url('../fonts/woff/hack-regularoblique-webfont.woff?v=2.010') format('woff'), url('../fonts/ttf/hack-regularoblique-webfont.ttf?v=2.010') format('truetype'), url('../fonts/svg/hack-regularoblique-webfont.svg?v=2.010#hackregularoblique') format('svg');
  25. font-weight: 400;
  26. font-style: italic;
  27. }
  28. @font-face {
  29. font-family: 'Hack';
  30. src: url('../fonts/eot/hack-boldoblique-webfont.eot?v=2.010');
  31. src: url('../fonts/eot/hack-boldoblique-webfont.eot?#iefix&v=2.010') format('embedded-opentype'), url('../fonts/woff2/hack-boldoblique-webfont.woff2?v=2.010') format('woff2'), url('../fonts/woff/hack-boldoblique-webfont.woff?v=2.010') format('woff'), url('../fonts/ttf/hack-boldoblique-webfont.ttf?v=2.010') format('truetype'), url('../fonts/svg/hack-boldoblique-webfont.svg?v=2.010#hackboldoblique') format('svg');
  32. font-weight: 700;
  33. font-style: italic;
  34. }