We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d1f6c commit 817c892Copy full SHA for 817c892
src/css/base.css
@@ -16,7 +16,7 @@ body {
16
17
body {
18
color: var(--color-text);
19
- font-family: "Source Sans Pro", sans-serif;
+ font-family: "Open Sans", sans-serif;
20
/* font-family: "Gotham", sans-serif; */
21
line-height: var(--line-height-body);
22
margin: 0;
@@ -60,7 +60,7 @@ code,
60
kbd,
61
pre {
62
/* font-family: "Roboto Mono", monospace; */
63
+ font-family: "Source Sans Code", sans-serif;
64
}
65
66
code {
0 commit comments