Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

41 lines
1.4KB

  1. /* Welcome to Compass.
  2. * In this file you should write your main styles. (or centralize your imports)
  3. * Import this file using the following HTML or equivalent:
  4. * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
  5. @import "compass";
  6. @import "compass/reset";
  7. $dir-fonts: '../fonts/';
  8. $dir-img: '../img/';
  9. $yellow: #ffe580;
  10. @import "_base.scss";
  11. @import "_home.scss";
  12. @import "_legal_mention.scss";
  13. @import "_responsive.scss";
  14. @font-face {
  15. font-family: 'dinregular';
  16. src: url($dir-fonts+ 'din_regular-webfont.eot');
  17. src: url($dir-fonts+ 'din_regular-webfont.eot?#iefix') format('embedded-opentype'),
  18. url($dir-fonts+'din_regular-webfont.woff2') format('woff2'),
  19. url($dir-fonts+'din_regular-webfont.woff') format('woff'),
  20. url($dir-fonts+'din_regular-webfont.ttf') format('truetype'),
  21. url($dir-fonts+'din_regular-webfont.svg#dinregular') format('svg');
  22. font-weight: normal;
  23. font-style: normal;
  24. }
  25. @font-face {
  26. font-family: 'dinbold';
  27. src: url($dir-fonts+ 'din_bold-webfont.eot');
  28. src: url($dir-fonts+ 'din_bold-webfont.eot?#iefix') format('embedded-opentype'),
  29. url($dir-fonts+'din_bold-webfont.woff2') format('woff2'),
  30. url($dir-fonts+'din_bold-webfont.woff') format('woff'),
  31. url($dir-fonts+'din_bold-webfont.ttf') format('truetype'),
  32. url($dir-fonts+'din_bold-webfont.svg#dinregular') format('svg');
  33. font-weight: normal;
  34. font-style: normal;
  35. }