From 8c615565523672ea1fd9671a869fddb5b9a43fcd Mon Sep 17 00:00:00 2001 From: tay Date: Tue, 17 Sep 2024 17:06:27 -0400 Subject: [PATCH] Updated font for about.html --- assets/css/about/style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/assets/css/about/style.css b/assets/css/about/style.css index dc038e8..e1b132f 100644 --- a/assets/css/about/style.css +++ b/assets/css/about/style.css @@ -1,5 +1,3 @@ -@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap'); - body { overflow: hidden; display: flex; @@ -14,7 +12,6 @@ body { text-align: center; color: white; z-index: 1; - font-family: 'Roboto Mono', monospace; font-size: 30px; }