From 4a28cf2245342638804c3ebf54cab89758cde7af Mon Sep 17 00:00:00 2001 From: Madison Scott-Clary Date: Sun, 22 Jan 2023 00:57:45 -0800 Subject: [PATCH] nav --- static/css/toledot.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/toledot.css b/static/css/toledot.css index 32cf9b9..c66153b 100644 --- a/static/css/toledot.css +++ b/static/css/toledot.css @@ -1,6 +1,6 @@ @import url('https://fonts.googleapis.com/css2?family=Gentium+Basic:ital,wght@0,400;0,700;1,400;1,700&family=Gotu&display=swap'); -body main { +body { font-family: "Gentium Basic", serif; }