Skip to content

Commit 817c892

Browse files
author
amarantha-k
committed
update font family as per design
1 parent 98d1f6c commit 817c892

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 Sans Code", sans-serif;
6464
}
6565

6666
code {

0 commit comments

Comments
 (0)