From 131b54511792ed213f4cf7be71eb862591caf54b Mon Sep 17 00:00:00 2001 From: SkylarZhao6 Date: Wed, 30 Oct 2019 10:58:47 -0700 Subject: [PATCH] changed font --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 5676b59..9eb3778 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,5 @@ body{ + font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; text-align: center; vertical-align: middle; }