From 396bbf06d2dff63f315a9c0afb8724bcb7c7f813 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Fri, 2 Dec 2022 01:23:40 +0000 Subject: [PATCH] fix css linting issue Signed-off-by: Arthur Lu --- source/static/homepage.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/static/homepage.css b/source/static/homepage.css index 05cb695..3487761 100644 --- a/source/static/homepage.css +++ b/source/static/homepage.css @@ -52,7 +52,7 @@ body { .search-bar { display: flex; justify-content: center; - font-family: "Century Gothic", "sans-serif"; + font-family: "Century Gothic", sans-serif; font-weight: bold; color: #516754; }