Skip to content

Commit df7369b

Browse files
committed
Formatting
1 parent 32d3351 commit df7369b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/_site_essentials/stylesheets/polygon-docs.webflow.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ h1 {
1414
font-weight: 1000 !important;
1515
line-height: 44px;
1616
color: var(--main-black) !important;
17+
font-family: Generalsans !important;
1718
}
1819

1920
h2 {
@@ -23,6 +24,7 @@ h2 {
2324
font-weight: 600 !important;
2425
line-height: 36px;
2526
color: var(--main-black) !important;
27+
font-family: Generalsans !important;
2628
}
2729

2830
div.main h3 {
@@ -35,6 +37,11 @@ h3 {
3537
font-weight: 600 !important;
3638
line-height: 1.2;
3739
color: var(--main-black) !important;
40+
font-family: Generalsans !important;
41+
}
42+
43+
h4, h5 {
44+
font-family: Generalsans !important;
3845
}
3946

4047
div.main p {

mkdocs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ theme:
1616
language: en
1717
favicon: img/favicon.ico
1818
logo: img/logo.png
19-
font:
20-
text: Generalsans
2119
features:
2220
- search.suggest
2321
- search.highlight

0 commit comments

Comments
 (0)