From 896c47966ae53bcdda961503765aae2a63c56352 Mon Sep 17 00:00:00 2001 From: M4deN Date: Sat, 14 Oct 2023 09:14:45 -0300 Subject: [PATCH] Update style.css --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c3bad69..7cbb9b1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,5 @@ body{ - font-family: Arial, sans-serif; + font-family: "Poppins", sans-serif; background-color: black; color: white; display: flex;