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 + 1 file changed, 1 insertion(+) (limited to 'app/assets/stylesheets/admin') 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 { -- cgit 1.4.1