You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
1.1KB

  1. $dir-fonts: '/public/assets/fonts/';
  2. $dir-img: '/public/assets/img/';
  3. $yellow: #fce767;
  4. $red: #e73452;
  5. $orange: #ffcc00;
  6. $blue: #17428c;
  7. $green: #568b6f;
  8. @font-face {
  9. font-family: 'dinregular';
  10. src: url($dir-fonts + 'din_regular-webfont.eot');
  11. src: url($dir-fonts + 'din_regular-webfont.eot?#iefix') format('embedded-opentype'),
  12. url($dir-fonts +'din_regular-webfont.woff2') format('woff2'),
  13. url($dir-fonts +'din_regular-webfont.woff') format('woff'),
  14. url($dir-fonts +'din_regular-webfont.ttf') format('truetype'),
  15. url($dir-fonts +'din_regular-webfont.svg#dinregular') format('svg');
  16. font-weight: normal;
  17. font-style: normal;
  18. }
  19. @font-face {
  20. font-family: 'dinbold';
  21. src: url($dir-fonts + 'din_bold-webfont.eot');
  22. src: url($dir-fonts + 'din_bold-webfont.eot?#iefix') format('embedded-opentype'),
  23. url($dir-fonts +'din_bold-webfont.woff2') format('woff2'),
  24. url($dir-fonts +'din_bold-webfont.woff') format('woff'),
  25. url($dir-fonts +'din_bold-webfont.ttf') format('truetype'),
  26. url($dir-fonts +'din_bold-webfont.svg#dinregular') format('svg');
  27. font-weight: normal;
  28. font-style: normal;
  29. }