From 36ae609015f828187828bde9e15591c9706fca6d Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 12 Mar 2021 12:56:48 -0500 Subject: More font fixes --- app/assets/stylesheets/main/layout.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'app/assets/stylesheets/main/layout.scss') diff --git a/app/assets/stylesheets/main/layout.scss b/app/assets/stylesheets/main/layout.scss index b6cd25a..774ec4c 100644 --- a/app/assets/stylesheets/main/layout.scss +++ b/app/assets/stylesheets/main/layout.scss @@ -1,6 +1,7 @@ body#main-body { background-color: #bfefff; height: 100%; + font-family: sans-serif; } #container { -- cgit 1.4.1