$dir-fonts: '/public/assets/fonts/'; $dir-img: '/public/assets/img/'; $yellow: #fce767; $red: #e73452; $orange: #dc5b2f; $blue: #17428c; $green: #568b6f; $maron: #925038; //taille du menu $headerheight: 122px; $sm: 576px; $md: 768px; $lg: 992px; $xl: 1200px; //Bootstrap $grid-columns: 12; $grid-gutter-width: 30px; $grid-breakpoints: ( // Extra small screen / phone xs: 0, // Small screen / phone sm: $sm, // Medium screen / tablet md: $md, // Large screen / desktop lg: $lg, // Extra large screen / wide desktop xl: $xl ); @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; } @font-face { font-family: 'FranklinGothic'; src: url($dir-fonts + 'franklingothic-webfont.eot'); src: url($dir-fonts + 'franklingothic-webfont.eot?#iefix') format('embedded-opentype'), url($dir-fonts +'franklingothic-webfont.woff2') format('woff2'), url($dir-fonts +'franklingothic-webfont.woff') format('woff'), url($dir-fonts +'franklingothic-webfont.ttf') format('truetype'), url($dir-fonts +'franklingothic-webfont.svg#dinregular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Georgia'; src: url($dir-fonts + 'georgia-webfont.eot'); src: url($dir-fonts + 'georgia-webfont.eot?#iefix') format('embedded-opentype'), url($dir-fonts +'georgia-webfont.woff2') format('woff2'), url($dir-fonts +'georgia-webfont.woff') format('woff'), url($dir-fonts +'georgia-webfont.ttf') format('truetype'), url($dir-fonts +'georgia-webfont.svg#dinregular') format('svg'); font-weight: normal; font-style: normal; }