From 78d46062f2896c9d8017acaf789e455b4ca68834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Cipri=C3=A0?= Date: Tue, 30 Sep 2025 12:49:27 +0200 Subject: [PATCH] Remove FK Grotesk font for body --- docs/overrides/home.html | 5 ++++- docs/stylesheets/extra.css | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/overrides/home.html b/docs/overrides/home.html index f4a31c96..70489ca0 100644 --- a/docs/overrides/home.html +++ b/docs/overrides/home.html @@ -47,7 +47,7 @@ color: #fff; background: linear-gradient(to bottom, #14151A, #1E2129 99%, #fff 99%); } - + .tx-hero { display: flex; align-items: center; @@ -81,6 +81,9 @@ z-index: 1; /* Ensure content is above the image */ } + .tx-hero__content h2 { + font-family: 'FK Grotesk', sans-serif; + } diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index a6695866..767139bb 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -5,16 +5,16 @@ font-style: normal; } -body { - font-family: 'FK Grotesk'; - color: #000; -} /* Fix for rendering SVGs in Safari */ .md-nav__link svg { transform: translate(0, 0); } +.md-header__title{ + font-family: 'FK Grotesk', sans-serif; +} + sup { font-size: 10px; }