Browse Source

Reference existing variable.

pull/29/head^2
Evan Theurer 12 years ago
parent
commit
c2e5335b90
  1. 2
      src/styles/global/_variables.scss

2
src/styles/global/_variables.scss

@ -75,7 +75,7 @@ $body-bg: $background; @@ -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 `<code>`, `<kbd>`, and `<pre>`.
$font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;

Loading…
Cancel
Save