From a1a9c5d80d800f6c38b900c66c77db05801a6f1d Mon Sep 17 00:00:00 2001 From: polo Date: Wed, 3 Aug 2022 09:39:42 +0200 Subject: =?UTF-8?q?police=20de=20caract=C3=A8re?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/accueil.css | 20 +++++++++++++------- public/fonts/IMPACTED.TTF | Bin 0 -> 107032 bytes 2 files changed, 13 insertions(+), 7 deletions(-) create mode 100644 public/fonts/IMPACTED.TTF diff --git a/public/css/accueil.css b/public/css/accueil.css index e7f8413..2a42e29 100644 --- a/public/css/accueil.css +++ b/public/css/accueil.css @@ -1,6 +1,6 @@ /* public/accueil.css */ -@font-face /* pour .police_titre */ +/*@font-face { font-family: "you_are_loved"; src: url('../fonts/you_are_loved.ttf') format('truetype'), @@ -8,6 +8,12 @@ url('../fonts/you_are_loved.eot?#iefix') format('embedded-opentype'), url('../fonts/you_are_loved.woff2') format('woff2'), url('../fonts/you_are_loved.woff') format('woff'); +}*/ + +@font-face /* pour .police_titre */ +{ + font-family: "IMPACTED"; + src: url('../fonts/IMPACTED.TTF') format('truetype'); } .no_underline @@ -59,6 +65,12 @@ li a color: #666; } +.police_titre +{ + font-family: IMPACTED, Arial, sans; + color: #ddc97a; +} + a:hover:not(.police_titre) /* :not() = sauf */ { color: #000000; @@ -245,9 +257,7 @@ button .police_titre { max-width: 550px; - font-family: you_are_loved, Arial, sans; font-size: 250%; - color: #ddc97a; margin-left: 30px; padding-top: 20px; } @@ -320,9 +330,7 @@ button .police_titre { - font-family: you_are_loved, Arial, sans; font-size: 200%; - color: #ddc97a; margin-left: 25px; } .police_titre:not(.police_titre_header) @@ -420,9 +428,7 @@ button .police_titre { - font-family: you_are_loved, Arial, sans; font-size: 150%; - color: #ddc97a; margin-left: 15px; } .police_titre:not(.police_titre_header) diff --git a/public/fonts/IMPACTED.TTF b/public/fonts/IMPACTED.TTF new file mode 100644 index 0000000..c099baa Binary files /dev/null and b/public/fonts/IMPACTED.TTF differ -- cgit v1.2.3