Change font to Open Sans and actually import it.

I am a moron.
This commit is contained in:
Tom Price
2015-05-18 23:52:59 +01:00
parent 8e3e95b781
commit 67dbfe8771
5 changed files with 4 additions and 8571 deletions

View File

@@ -43,7 +43,7 @@ $link-hover-color: darken($link-color, 15%) !default;
//
//## Font, line-height, and color for body text, headings, and more.
$font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif !default;
$font-family-sans-serif: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !default;
$font-family-serif: Georgia, "Times New Roman", Times, serif !default;
//** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.
$font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace !default;