_fonts.scss 735 B

12345678910111213141516171819202122232425
  1. /**
  2. * _fonts.scss
  3. * Custom WooCommerce fonts.
  4. */
  5. @font-face {
  6. font-family: 'star';
  7. src: url('../fonts/star.eot');
  8. src: url('../fonts/star.eot?#iefix') format('embedded-opentype'),
  9. url('../fonts/star.woff') format('woff'),
  10. url('../fonts/star.ttf') format('truetype'),
  11. url('../fonts/star.svg#star') format('svg');
  12. font-weight: normal;
  13. font-style: normal;
  14. }
  15. @font-face {
  16. font-family: 'WooCommerce';
  17. src: url('../fonts/WooCommerce.eot');
  18. src: url('../fonts/WooCommerce.eot?#iefix') format('embedded-opentype'),
  19. url('../fonts/WooCommerce.woff') format('woff'),
  20. url('../fonts/WooCommerce.ttf') format('truetype'),
  21. url('../fonts/WooCommerce.svg#WooCommerce') format('svg');
  22. font-weight: normal;
  23. font-style: normal;
  24. }