Skip to content

Commit ed682a7

Browse files
Update fonts on theme
1 parent 7b47602 commit ed682a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/css/theme.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
--color-link-visited: var(--theme-1);
2121
--color-open-tab: var(--theme-3);
2222
--color-footer: var(--darkgray);
23-
--font-heading: "Xanh Mono", monospace;
23+
--font-heading: "Nova Square", sans-serif;
2424
--font-body: "Open Sans", sans-serif;
25-
--font-code: "Ubuntu Mono", monospace;
25+
--font-code: "IBM Mono", monospace;
2626
}
2727

2828
@media print {

0 commit comments

Comments
 (0)