From: Andy Allan Date: Wed, 30 Jun 2021 10:29:34 +0000 (+0100) Subject: Use bootstrap font family X-Git-Tag: live~2103^2~1 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/014b86f91cfb093bc40b8b0763a7c71bb942b12b 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. --- 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; }