30 lines
668 B
SCSS
30 lines
668 B
SCSS
/* les polices à charger en @font-face */
|
|
|
|
@font-face {
|
|
font-family: 'Lato';
|
|
src: url("../fonts/lato_regular.woff2?#iefix") format("woff2");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@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;
|
|
}
|
|
*/
|