From c758486742133b2ce486d5294c424519e4db61a9 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 15 Aug 2023 14:57:50 +0200 Subject: Change the monospace font to ‘Iosevka Smooth’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3