stylesheet.css 381 B

123456789
  1. @font-face {
  2. font-family: 'FREESCPT';
  3. src: url('../fonts/FREESCPT.eot');
  4. src: url('../fonts/FREESCPT.eot') format('embedded-opentype'),
  5. url('../fonts/FREESCPT.woff2') format('woff2'),
  6. url('../fonts/FREESCPT.woff') format('woff'),
  7. url('../fonts/FREESCPT.ttf') format('truetype'),
  8. url('../fonts/FREESCPT.svg#FREESCPT') format('svg');
  9. }