88 lines
No EOL
1.8 KiB
SCSS
88 lines
No EOL
1.8 KiB
SCSS
/* les polices à charger en @font-face */
|
|
|
|
/*@font-face {
|
|
font-family: 'Poppins';
|
|
src: url("../fonts/Poppins400.woff2?#iefix") format("woff2");
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Poppins';
|
|
src: url("../fonts/Poppins700.woff2?#iefix") format("woff2");
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Poppins';
|
|
src: url("../fonts/Poppins500i.woff2?#iefix") format("woff2");
|
|
font-weight: 500;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Cabin';
|
|
src: url("../fonts/Cabin400.woff2?#iefix") format("woff2");
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Cabin';
|
|
src: url("../fonts/Cabin500.woff2?#iefix") format("woff2");
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Cabin';
|
|
src: url("../fonts/Cabin700.woff2?#iefix") format("woff2");
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Cabin';
|
|
src: url("../fonts/Cabin500i.woff2?#iefix") format("woff2");
|
|
font-weight: 500;
|
|
font-style: italic;
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
font-family: 'Bitter';
|
|
src: url("../fonts/bitter.woff2?#iefix") format("woff2");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'luxi_sansregular';
|
|
src: url("../fonts/luxisr-webfont.woff?#iefix") format("woff");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Oswald';
|
|
src: url('../fonts/oswald_regular.woff2?#iefix') format('woff2');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
*/
|
|
|
|
@font-face {
|
|
font-family: 'Montserrat';
|
|
src: url("../webfonts/montserrat-regular/montserrat-regular.woff2?#iefix") format("woff2");
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Montserrat';
|
|
src: url("../webfonts/montserrat-bold/montserrat-bold.woff2?#iefix") format("woff2");
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
} |