Skip to content

Commit cb3de3e

Browse files
authored
Merge pull request #23 from couchbase/font-update
Update font family as per design
2 parents 98d1f6c + b858294 commit cb3de3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/base.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ body {
1616

1717
body {
1818
color: var(--color-text);
19-
font-family: "Source Sans Pro", sans-serif;
19+
font-family: "Open Sans", sans-serif;
2020
/* font-family: "Gotham", sans-serif; */
2121
line-height: var(--line-height-body);
2222
margin: 0;
@@ -60,7 +60,7 @@ code,
6060
kbd,
6161
pre {
6262
/* font-family: "Roboto Mono", monospace; */
63-
font-family: "Source Sans Pro", sans-serif;
63+
font-family: "Source Code Pro", sans-serif;
6464
}
6565

6666
code {

0 commit comments

Comments
 (0)