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; }