diff options
author | lizconlan <liz@mysociety.org> | 2014-08-01 17:11:30 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-09-22 12:39:03 +0100 |
commit | 373ee8b3ee6835b81fb7eb4ffec59db41b3925c1 (patch) | |
tree | 850a8917c32891b0b8876db3bbe7722827937eae | |
parent | 7a7a57349432d01a99d6ba96cc7a4a130411a3b8 (diff) |
Set default font for admin navbar throughout site
-rw-r--r-- | app/assets/stylesheets/admin.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index 583b579b2..a98db107d 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -27,6 +27,9 @@ body.admin { } .admin { + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 14px; + line-height: 20px; @import "compass/css3"; @import "bootstrap"; |