changement de polices
This commit is contained in:
parent
c1ab2ca2f4
commit
6155aad6d0
6 changed files with 49 additions and 5 deletions
|
@ -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
BIN
fonts/cabin400.woff2
Normal file
Binary file not shown.
BIN
fonts/cabin500.woff2
Normal file
BIN
fonts/cabin500.woff2
Normal file
Binary file not shown.
BIN
fonts/cabin500i.woff2
Normal file
BIN
fonts/cabin500i.woff2
Normal file
Binary file not shown.
BIN
fonts/cabin600.woff2
Normal file
BIN
fonts/cabin600.woff2
Normal file
Binary file not shown.
BIN
fonts/cabin700.woff2
Normal file
BIN
fonts/cabin700.woff2
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue