From: Joe Theuerkauf Date: Mon, 23 Dec 2013 14:06:26 +0000 (-0500) Subject: Resolve issue #3909 (provided by user Clupiedae) X-Git-Tag: 5.0.3~53^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3968%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Resolve issue #3909 (provided by user Clupiedae) --- diff --git a/scss/foundation/components/_global.scss b/scss/foundation/components/_global.scss index dcdde09c6..01f4c67e2 100644 --- a/scss/foundation/components/_global.scss +++ b/scss/foundation/components/_global.scss @@ -287,7 +287,7 @@ $cursor-text-value: text !default; } meta.foundation-mq-medium { - font-family: "/" + unquote($medium-only) + "/"; + font-family: "/" + unquote($medium-up) + "/"; width: lower-bound($medium-range); }