|
- $dir-fonts: '/public/assets/fonts/';
- $dir-img: '/public/assets/img/';
-
- $yellow: #fce767;
- $red: #e73452;
- $orange: #ffcc00;
- $blue: #17428c;
- $green: #568b6f;
-
- @font-face {
- font-family: 'dinregular';
- src: url($dir-fonts + 'din_regular-webfont.eot');
- src: url($dir-fonts + 'din_regular-webfont.eot?#iefix') format('embedded-opentype'),
- url($dir-fonts +'din_regular-webfont.woff2') format('woff2'),
- url($dir-fonts +'din_regular-webfont.woff') format('woff'),
- url($dir-fonts +'din_regular-webfont.ttf') format('truetype'),
- url($dir-fonts +'din_regular-webfont.svg#dinregular') format('svg');
- font-weight: normal;
- font-style: normal;
- }
-
- @font-face {
- font-family: 'dinbold';
- src: url($dir-fonts + 'din_bold-webfont.eot');
- src: url($dir-fonts + 'din_bold-webfont.eot?#iefix') format('embedded-opentype'),
- url($dir-fonts +'din_bold-webfont.woff2') format('woff2'),
- url($dir-fonts +'din_bold-webfont.woff') format('woff'),
- url($dir-fonts +'din_bold-webfont.ttf') format('truetype'),
- url($dir-fonts +'din_bold-webfont.svg#dinregular') format('svg');
- font-weight: normal;
- font-style: normal;
- }
|