Increase default paragraph weight 300 => 400
This commit is contained in:
parent
9a1a745c13
commit
c5d3a9170f
|
@ -10,7 +10,7 @@ text-rendering: optimizeLegibility;
|
|||
body {
|
||||
font-size: 18px;
|
||||
color: $black;
|
||||
font-weight: 300;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5 {
|
||||
|
@ -39,6 +39,7 @@ h3 {
|
|||
|
||||
p, a {
|
||||
font-family: $font-family-open-sans;
|
||||
font-family: $font-weight-open-sans-reg;
|
||||
}
|
||||
|
||||
.highlight{
|
||||
|
|
|
@ -14,7 +14,7 @@ description: |-
|
|||
<div class="col-md-8 col-md-offset-2">
|
||||
<hgroup>
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue