From f76d5564765da426d2afe946936f923e35fb627c Mon Sep 17 00:00:00 2001 From: Madison Scott-Clary Date: Sat, 22 Jan 2022 12:00:04 -0800 Subject: [PATCH] Font --- 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 bf4dfe8..79f4d30 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 { +body * { font-family: "Gentium Basic", serif; }