Increase default paragraph weight 300 => 400

This commit is contained in:
Jason Costello 2017-02-23 11:24:02 -08:00
parent 9a1a745c13
commit c5d3a9170f
2 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,7 @@ text-rendering: optimizeLegibility;
body { body {
font-size: 18px; font-size: 18px;
color: $black; color: $black;
font-weight: 300; font-weight: 400;
} }
h1, h2, h3, h4, h5 { h1, h2, h3, h4, h5 {
@ -39,6 +39,7 @@ h3 {
p, a { p, a {
font-family: $font-family-open-sans; font-family: $font-family-open-sans;
font-family: $font-weight-open-sans-reg;
} }
.highlight{ .highlight{

View File

@ -14,7 +14,7 @@ description: |-
<div class="col-md-8 col-md-offset-2"> <div class="col-md-8 col-md-offset-2">
<hgroup> <hgroup>
<h1>Development<br>environments<br>made easy.</h1> <h1>Development<br>environments<br>made easy.</h1>
<p class="lead">Create and configure lightweight, reproducible, and portable development environments.</p> <p>Create and configure lightweight, reproducible, and portable development environments.</p>
</hgroup> </hgroup>
</div> </div>
</div> </div>