From 76a08e6cb20347607ec3e1963ff2ac96bbe45f2a Mon Sep 17 00:00:00 2001 From: Wes Bryie <93141203+WesleyBryie@users.noreply.github.com> Date: Mon, 14 Feb 2022 10:42:42 -0500 Subject: [PATCH] oh shit nevermind --- index.html | 1 + styles.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 5426b30..9dcfbfe 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ +

diff --git a/styles.css b/styles.css index 805813d..b423e3c 100644 --- a/styles.css +++ b/styles.css @@ -1,5 +1,5 @@ @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300&display=swap'); .nunito { - font-family: 'Nunito Sans'; + font-family: 'Nunito Sans', sans-serif; } \ No newline at end of file