From 4eeea52e7a9aac17a358ee5c896e62657605858d Mon Sep 17 00:00:00 2001 From: Simon C Date: Fri, 9 Sep 2022 18:07:07 +0200 Subject: [PATCH] =?UTF-8?q?Modification=20des=20polices=20de=20caract?= =?UTF-8?q?=C3=A8res?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/custom.css | 4 ++-- themes/meghna-hugo/assets/css/style.css | 9 --------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/assets/css/custom.css b/assets/css/custom.css index c8b888d..8832194 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -25,7 +25,7 @@ } body, p { - font-family: "Zodiak-Variable", sans-serif; + font-family: "ClashGrotesk-Variable", sans-serif; font-variation-settings: 'wght' 400.0; } @@ -35,7 +35,7 @@ h3, h4, h5, h6 { - font-family: "ClashGrotesk-Variable", sans-serif; + font-family: "Zodiak-Variable", sans-serif; font-variation-settings: 'wght' 600.0; color: var(--yellow); } diff --git a/themes/meghna-hugo/assets/css/style.css b/themes/meghna-hugo/assets/css/style.css index 620e4f9..541c4c1 100644 --- a/themes/meghna-hugo/assets/css/style.css +++ b/themes/meghna-hugo/assets/css/style.css @@ -14,7 +14,6 @@ html { body { background-color: #353b43; - font-family: "Anaheim", sans-serif; color: #fff; -webkit-font-smoothing: antialiased; } @@ -25,15 +24,9 @@ h3, h4, h5, h6 { - font-weight: 400; - font-family: "Quattrocento Sans", sans-serif; color: #afbac4; } -p { - font-family: "Quattrocento Sans", sans-serif; -} - [scroll-behavior=smooth] { scroll-behavior: smooth; } @@ -429,7 +422,6 @@ a:hover { background-color: #004938; width: 100%; margin-bottom: 0; - font-family: "ClashGrotesk-Variable", sans-serif; font-variation-settings: 'wght' 600.0; font-size: 1.2rem; } @@ -510,7 +502,6 @@ a:hover { color: #fff; font-weight: 700; margin-bottom: 20px; - font-family: "Zodiak-Variable", sans-serif; font-variation-settings: 'wght' 400.0; }