Skip to content

Commit 298a60f

Browse files
committed
Update font family to SpaceMono monospace
1 parent 029fa85 commit 298a60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/css/theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
--shadow-lg: 0 10px 15px -3px var(--shadow-color);
6666

6767
/* Font settings */
68-
--font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
68+
--font-family: 'SpaceMono', monospace;
6969
--font-size-xs: 0.75rem; /* 12px */
7070
--font-size-sm: 0.875rem; /* 14px */
7171
--font-size-md: 1rem; /* 16px */

0 commit comments

Comments
 (0)