From 8c4989d319a45c415bfbb04bfe0d7f495c34f399 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 19 Jun 2024 21:25:57 -0400 Subject: [PATCH] Update style.css --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 9f5f019..7e4596e 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,6 @@ +@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap'); body { - font-family: Consolas, open-sans; + font-family: "JetBrains Mono", monospace; background: #333333; color: white; } @@ -36,4 +37,4 @@ footer { img.logo { width: 50%; height: auto; - } \ No newline at end of file + }