From a48d4907ac69ec3d0e3b010018bf7a5ee4bc3dd6 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Thu, 29 Aug 2024 12:47:55 -0600 Subject: [PATCH] Update theme.css change to martian mono font --- theme.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/theme.css b/theme.css index bdcd0ff..cb6235f 100644 --- a/theme.css +++ b/theme.css @@ -6,11 +6,11 @@ * forked by deepend */ -/* Import the same font as the website */ -@import url('https://fonts.googleapis.com/css?family=Courier+New'); +/* Import the Martian Mono font */ +@import url('https://fonts.googleapis.com/css2?family=Martian+Mono:wght@400;500;600;700&display=swap'); * { - font-family: 'Courier New', Courier, monospace; + font-family: 'Martian Mono', monospace; } /* General Colors and Backgrounds */