Skip to content

Commit f5726bb

Browse files
author
Marc Littlemore
committed
chore: tweak font to match open api docs
1 parent 7268cb3 commit f5726bb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/docs/styles.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
--color-fg: #151a1e;
44
--color-gray-L300: #e7eaed;
55
--color-gray-L800: #151a1e;
6-
--color-teal-T900: #054861;
7-
--color-teal-T600: #30c8c9;
8-
--color-blue-B500: #2250f4;
9-
--color-blue-B800: #112caf;
10-
--font-family-main: Mulish, sans-serif;
116
--font-weight-normal: 300;
127
--font-weight-bold: 900;
138
--max-width-main: 800px;
@@ -17,7 +12,7 @@
1712
.footer {
1813
margin: 2rem;
1914
border-top: 1px solid var(--color-gray-L300);
20-
font-family: Roboto, sans-serif;
15+
font-family: Montserrat, sans-serif;
2116
}
2217

2318
.footer__body {

0 commit comments

Comments
 (0)