From 16a73dd87a93c5f132d178700267e38eaa8db3c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esm=C3=A9=20Cowles?= Date: Tue, 8 Jan 2019 16:22:15 -0500 Subject: [PATCH] Making sure the correct fonts are used for li elements --- app/assets/stylesheets/application.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 1e1de24a..199715cb 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -264,3 +264,7 @@ h2 { .modal-open { overflow: auto; } + +li { + font-family: $font-sans; +}