_font.scss 347 B

12345678910
  1. // Panton Light
  2. @font-face {
  3. font-family: 'Panton';
  4. src: url('../font/panton.eot');
  5. src: url('../font/panton.eot?#iefix') format('embedded-opentype'),
  6. url('../font/panton.woff2') format('woff2'),
  7. url('../font/panton.woff') format('woff'),
  8. url('../font/panton.ttf') format('truetype');
  9. font-weight: 300;
  10. }