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 */