Change default font weight to 400 to fix bold/strong text issues

This commit is contained in:
Alfred Xing 2015-10-22 00:30:14 -07:00
parent 915f8d3eb6
commit c84627b2e1
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;