From 014b86f91cfb093bc40b8b0763a7c71bb942b12b Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 30 Jun 2021 11:29:34 +0100 Subject: [PATCH] Use bootstrap font family This contains and expanded list of fonts, covering more platforms and edge cases than ours, so there's no need to override. --- app/assets/stylesheets/common.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index e4b8c2961..c77f17572 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -7,7 +7,6 @@ /* Default rules for the body of every page */ body { - font-family: 'Helvetica Neue',Arial,sans-serif; font-size: $typeheight; } -- 2.45.1