From b0b42a3209735c124c5c65f25c48d475a92c1f77 Mon Sep 17 00:00:00 2001 From: Jordan Vidrine <30537603+jordanvidrine@users.noreply.github.com> Date: Wed, 22 Jul 2020 09:07:57 -0500 Subject: [PATCH] FIX: add system fonts to wizard --- app/assets/stylesheets/wizard.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/wizard.scss b/app/assets/stylesheets/wizard.scss index 899db3bcfb8..2cb0c82dfa6 100644 --- a/app/assets/stylesheets/wizard.scss +++ b/app/assets/stylesheets/wizard.scss @@ -15,6 +15,7 @@ body.wizard { color: #444; line-height: $line-height-large; font-size: 15px; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; } .finish-installation {