diff --git a/css/_polices.scss b/css/_polices.scss index 2b1e0ea..b9d7e1b 100644 --- a/css/_polices.scss +++ b/css/_polices.scss @@ -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"); diff --git a/fonts/cabin400.woff2 b/fonts/cabin400.woff2 new file mode 100644 index 0000000..c22233c Binary files /dev/null and b/fonts/cabin400.woff2 differ diff --git a/fonts/cabin500.woff2 b/fonts/cabin500.woff2 new file mode 100644 index 0000000..07c570e Binary files /dev/null and b/fonts/cabin500.woff2 differ diff --git a/fonts/cabin500i.woff2 b/fonts/cabin500i.woff2 new file mode 100644 index 0000000..39cbb89 Binary files /dev/null and b/fonts/cabin500i.woff2 differ diff --git a/fonts/cabin600.woff2 b/fonts/cabin600.woff2 new file mode 100644 index 0000000..682beb9 Binary files /dev/null and b/fonts/cabin600.woff2 differ diff --git a/fonts/cabin700.woff2 b/fonts/cabin700.woff2 new file mode 100644 index 0000000..10f60a1 Binary files /dev/null and b/fonts/cabin700.woff2 differ