Fixed h# a being too bold

This commit is contained in:
onyxserpent 2015-04-08 09:44:31 -07:00
parent 24aa48f21b
commit ea36fd1a76

View file

@ -21,10 +21,11 @@ h1, h2, h3, h4, h5, h6 {
opacity: 0.99;
clear: both;
text-rendering: optimizeLegibility; // Fix the character spacing for headings
font-weight: 400;
font-weight: normal;
a {
color: $dark-blue;
font-weight:normal;
}
}