diff options
-rw-r--r-- | src/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style.css b/src/style.css index ea9dc56..2f955ab 100644 --- a/src/style.css +++ b/src/style.css @@ -1,6 +1,6 @@ :root { --serif: Vollkorn; - --mono: 'Iosevka Custom'; + --mono: 'Iosevka Smooth'; --bg: #1D1F21; --fg: #C5C8C6; --bg-accent: #222427; |