From 908ea4d1dc603214ace933542bcf2e50dcd0851a Mon Sep 17 00:00:00 2001 From: Kaisaan <34224128+Kaisaan@users.noreply.github.com> Date: Tue, 15 Feb 2022 22:37:53 -0500 Subject: [PATCH] Update font --- css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index c9c0250..790139d 100644 --- a/css/style.css +++ b/css/style.css @@ -1,7 +1,7 @@ -@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap'); body { - font-family: 'Roboto', sans-serif; + font-family: 'Roboto Mono', monospace; font-size: large; background-color: #EFEFEF; margin: 0; @@ -27,7 +27,7 @@ h1 { padding: 0; overflow: hidden; background-color: #259441; - font-family: 'Roboto', sans-serif; + font-family: 'Roboto Mono', monospace; } .navstd {