]> git.openstreetmap.org Git - rails.git/commitdiff
Use bootstrap font family
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 30 Jun 2021 10:29:34 +0000 (11:29 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 30 Jun 2021 10:29:34 +0000 (11:29 +0100)
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

index e4b8c29619c4c2f6ed6e81059780c6d1a140eeaf..c77f17572d4aafbaa3038abdf2018feb355ab9bf 100644 (file)
@@ -7,7 +7,6 @@
 /* Default rules for the body of every page */
 
 body {
-  font-family: 'Helvetica Neue',Arial,sans-serif;
   font-size: $typeheight;
 }