Copying font weight changes

This commit is contained in:
onyxserpent 2014-09-29 18:12:43 -07:00
parent 36dd502310
commit 819ffb5077

View file

@ -18,6 +18,7 @@ h1, h2, h3, h4, h5, h6 {
line-height: 1.25em;
margin: 0;
text-rendering: optimizeLegibility; // Fix the character spacing for headings
font-weight: 400;
a {
color: $dark-blue;
@ -55,7 +56,7 @@ p {
a {
color: $base-link-color;
text-decoration: none;
font-weight: 600;
font-weight: 400;
@include transition(color 0.1s linear);
&:hover {