Change default font weight to 400 to fix bold/strong text issues
This commit is contained in:
parent
915f8d3eb6
commit
c84627b2e1
|
@ -12,6 +12,7 @@
|
||||||
|
|
||||||
.site-title {
|
.site-title {
|
||||||
font-size: 26px;
|
font-size: 26px;
|
||||||
|
font-weight: 300;
|
||||||
line-height: 56px;
|
line-height: 56px;
|
||||||
letter-spacing: -1px;
|
letter-spacing: -1px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
// Our variables
|
// Our variables
|
||||||
$base-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
$base-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
$base-font-size: 16px;
|
$base-font-size: 16px;
|
||||||
$base-font-weight: 300;
|
$base-font-weight: 400;
|
||||||
$small-font-size: $base-font-size * 0.875;
|
$small-font-size: $base-font-size * 0.875;
|
||||||
$base-line-height: 1.5;
|
$base-line-height: 1.5;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue