changement de polices

This commit is contained in:
Pierre 2020-01-30 17:06:43 +01:00
parent c1ab2ca2f4
commit 6155aad6d0
6 changed files with 49 additions and 5 deletions

View file

@ -1,19 +1,63 @@
/* les polices à charger en @font-face */
@font-face {
font-family: 'Lato';
src: url("../fonts/lato_regular.woff2?#iefix") format("woff2");
font-weight: normal;
/*@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");

BIN
fonts/cabin400.woff2 Normal file

Binary file not shown.

BIN
fonts/cabin500.woff2 Normal file

Binary file not shown.

BIN
fonts/cabin500i.woff2 Normal file

Binary file not shown.

BIN
fonts/cabin600.woff2 Normal file

Binary file not shown.

BIN
fonts/cabin700.woff2 Normal file

Binary file not shown.