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