Merge pull request #3376 from tkrotoff/helvetica

This commit is contained in:
Parker Moore 2015-01-29 18:52:07 -08:00
commit e2e6e7dc22
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
// Our variables
$base-font-family: Helvetica, Arial, sans-serif;
$base-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
$base-font-size: 16px;
$small-font-size: $base-font-size * 0.875;
$base-line-height: 1.5;