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.

3 年之前
123456789101112131415161718192021222324252627282930313233343536373839
  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. @font-face {
  13. font-family: 'dinregular';
  14. src: url($dir-fonts+ 'din_regular-webfont.eot');
  15. src: url($dir-fonts+ 'din_regular-webfont.eot?#iefix') format('embedded-opentype'),
  16. url($dir-fonts+'din_regular-webfont.woff2') format('woff2'),
  17. url($dir-fonts+'din_regular-webfont.woff') format('woff'),
  18. url($dir-fonts+'din_regular-webfont.ttf') format('truetype'),
  19. url($dir-fonts+'din_regular-webfont.svg#dinregular') format('svg');
  20. font-weight: normal;
  21. font-style: normal;
  22. }
  23. @font-face {
  24. font-family: 'dinbold';
  25. src: url($dir-fonts+ 'din_bold-webfont.eot');
  26. src: url($dir-fonts+ 'din_bold-webfont.eot?#iefix') format('embedded-opentype'),
  27. url($dir-fonts+'din_bold-webfont.woff2') format('woff2'),
  28. url($dir-fonts+'din_bold-webfont.woff') format('woff'),
  29. url($dir-fonts+'din_bold-webfont.ttf') format('truetype'),
  30. url($dir-fonts+'din_bold-webfont.svg#dinregular') format('svg');
  31. font-weight: normal;
  32. font-style: normal;
  33. }