]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Set font-family property for select menus, fixes #5228
authorGeoff Kimball <geoff@zurb.com>
Mon, 15 Sep 2014 22:49:15 +0000 (15:49 -0700)
committerGeoff Kimball <geoff@zurb.com>
Mon, 15 Sep 2014 22:49:15 +0000 (15:49 -0700)
scss/foundation/components/_forms.scss

index ae0aebb910754375667f13175fd4451b77964840..7afd6fe4ed5ada3ec57a4a3e11185418c8795f60 100644 (file)
@@ -333,6 +333,7 @@ $select-hover-bg-color: scale-color($select-bg-color, $lightness: -3%) !default;
   border: $input-border-width $input-border-style $input-border-color;
   padding: $form-spacing / 2;
   font-size: $input-font-size;
+  font-family: $body-font-family;
   color: $input-font-color;
   line-height: normal;
   @include radius(0);