Kludge fix for boldness

This commit is contained in:
onyxserpent 2014-10-11 16:55:09 -07:00
parent 31cb2ba6a0
commit b5d003855d

View file

@ -18,6 +18,7 @@ h1, h2, h3, h4, h5, h6 {
font-family: $header-font-family;
line-height: 1.25em;
margin: 0;
opacity:0.99;
text-rendering: optimizeLegibility; // Fix the character spacing for headings
a {