From f581e4f943c32fcdb0af4061e85f7f46774a7d35 Mon Sep 17 00:00:00 2001 From: Michaela Brydon Date: Tue, 5 Aug 2025 14:26:29 -0400 Subject: [PATCH] Running scss to css converter --- public/css/hop-styling.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/hop-styling.css b/public/css/hop-styling.css index b6524f00..b6ce2c08 100644 --- a/public/css/hop-styling.css +++ b/public/css/hop-styling.css @@ -4,7 +4,7 @@ /* IMPORTANT: READ README.md in this folder! Do not edit .css file directly! */ @import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap"); body { - font-family: Urbanist, Arial, Helvetica, sans-serif; + font-family: Urbanist, Roboto, Arial, sans-serif; font-weight: 400; color: #000; margin: 0;