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/admin/layout.scss | 1 + app/assets/stylesheets/main/layout.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/app/assets/stylesheets/admin/layout.scss b/app/assets/stylesheets/admin/layout.scss index b2c561b..3adf7da 100644 --- a/app/assets/stylesheets/admin/layout.scss +++ b/app/assets/stylesheets/admin/layout.scss @@ -6,6 +6,7 @@ body { display: flex; flex-direction: column; min-height: 100%; + font-family: sans-serif; } #banner { 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