From c2e5335b90c445eebd2305209205b7296d505bb1 Mon Sep 17 00:00:00 2001 From: Evan Theurer Date: Wed, 30 Apr 2014 15:54:30 +0200 Subject: [PATCH] Reference existing variable. --- src/styles/global/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/global/_variables.scss b/src/styles/global/_variables.scss index 882bf5b2..3b247fa4 100644 --- a/src/styles/global/_variables.scss +++ b/src/styles/global/_variables.scss @@ -75,7 +75,7 @@ $body-bg: $background; // //## Font, line-height, and color for body text, headings, and more. -$font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif; +$font-family-sans-serif: $font-sans-serif; $font-family-serif: Georgia, "Times New Roman", Times, serif; //** Default monospace fonts for ``, ``, and `
`.
 $font-family-monospace:   Menlo, Monaco, Consolas, "Courier New", monospace;