font.scss 440 B

12345678910
  1. @font-face {
  2. font-family: 'icon';
  3. src: url('../fonts/icon-regular-webfont.eot');
  4. src: url('../fonts/icon-regular-webfont.eot?#iefix') format('embedded-opentype'),
  5. url('../fonts/icon-regular-webfont.woff') format('woff'),
  6. url('../fonts/icon-regular-webfont.ttf') format('truetype'),
  7. url('../fonts/icon-regular-webfont.svg#iconregular') format('svg');
  8. font-weight: normal;
  9. font-style: normal;
  10. }