fonts.scss 903 B

12345678910111213141516
  1. @font-face {
  2. font-family: 'weblysleek_uilight';
  3. src: url('../fonts/weblysleekuil.eot');
  4. src: url('../fonts/weblysleekuil.eot?#iefix') format('embedded-opentype'), url('../fonts/weblysleekuil.woff2') format('woff2'), url('../fonts/weblysleekuil.woff') format('woff'), url('../fonts/weblysleekuil.ttf') format('truetype'), url('../fonts/weblysleekuil.svg#weblysleek_uilight') format('svg');
  5. font-weight: normal;
  6. font-style: normal;
  7. }
  8. @font-face {
  9. font-family: 'LiberationMonoRegular';
  10. src: url('../fonts/liberation-mono-webfont.eot');
  11. src: url('../fonts/liberation-mono-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/liberation-mono-webfont.woff') format('woff'), url('../fonts/liberation-mono-webfont.ttf') format('truetype'), url('../fonts/liberation-mono-webfont.svg#LiberationMonoRegular') format('svg');
  12. font-weight: normal;
  13. font-style: normal;
  14. }