diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-15 14:57:50 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-15 14:57:50 +0200 |
commit | c758486742133b2ce486d5294c424519e4db61a9 (patch) | |
tree | eb1223f600766cb82595b22cc1e2f4fad82489fd | |
parent | d5635e946e9df6f519ec8cf08cebfc35dbe6c788 (diff) |
Change the monospace font to ‘Iosevka Smooth’
-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; |