summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-08-15 14:57:50 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-08-15 14:57:50 +0200
commitc758486742133b2ce486d5294c424519e4db61a9 (patch)
treeeb1223f600766cb82595b22cc1e2f4fad82489fd /src
parentd5635e946e9df6f519ec8cf08cebfc35dbe6c788 (diff)
Change the monospace font to ‘Iosevka Smooth’
Diffstat (limited to 'src')
-rw-r--r--src/style.css2
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;