From f242d645d11ef08f090740d1bc7fcfe457ebbc93 Mon Sep 17 00:00:00 2001 From: Joe Theuerkauf Date: Mon, 23 Dec 2013 09:06:26 -0500 Subject: [PATCH] Resolve issue #3909 (provided by user Clupiedae) --- scss/foundation/components/_global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.47.2