Skip to content

Commit a153403

Browse files
authored
Merge pull request #80 from CitComAI-Hub/develop
Remove FK Grotesk font for body
2 parents 0de0c1b + 78d4606 commit a153403

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

docs/overrides/home.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
color: #fff;
4848
background: linear-gradient(to bottom, #14151A, #1E2129 99%, #fff 99%);
4949
}
50-
50+
5151
.tx-hero {
5252
display: flex;
5353
align-items: center;
@@ -81,6 +81,9 @@
8181
z-index: 1;
8282
/* Ensure content is above the image */
8383
}
84+
.tx-hero__content h2 {
85+
font-family: 'FK Grotesk', sans-serif;
86+
}
8487
</style>
8588

8689
<!-- Main site Entry button descriptions -->

docs/stylesheets/extra.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
font-style: normal;
66
}
77

8-
body {
9-
font-family: 'FK Grotesk';
10-
color: #000;
11-
}
128

139
/* Fix for rendering SVGs in Safari */
1410
.md-nav__link svg {
1511
transform: translate(0, 0);
1612
}
1713

14+
.md-header__title{
15+
font-family: 'FK Grotesk', sans-serif;
16+
}
17+
1818
sup {
1919
font-size: 10px;
2020
}

0 commit comments

Comments
 (0)