Skip to content

Commit f6003a2

Browse files
committed
fix monospace font
1 parent 3bb510e commit f6003a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/common.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
/* Fonts */
4141
--font-primary: "Nunito", sans-serif;
4242
--font-secondary: "Sen", sans-serif;
43-
--font-monospace: "Fira Mono", monospace;
43+
--font-monospace: "Fira Code", monospace;
4444
--font-weight-light: 400;
4545
--font-weight-code: 400;
4646
--font-weight-normal: 400;

0 commit comments

Comments
 (0)