Merge pull request #4050 from alfredxing/default-font-weight

Merge pull request 4050
This commit is contained in:
Parker Moore 2015-10-22 11:22:12 -07:00
commit ae993cbd6a
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@
.site-title {
font-size: 26px;
font-weight: 300;
line-height: 56px;
letter-spacing: -1px;
margin-bottom: 0;

View File

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