Tweak font weights

This commit is contained in:
Luke Barratt 2014-08-28 23:33:35 +01:00
parent 8c9452dba9
commit eeab976147
8 changed files with 11 additions and 10 deletions

View file

@ -5,7 +5,7 @@
.flash {
@include span-columns(12);
margin-bottom: 20px;
font-weight: 600;
font-weight: 400;
&.notice {
@include flash;

View file

@ -21,7 +21,7 @@ dl {
margin-bottom: $base-line-height / 2;
dt {
font-weight: bold;
font-weight: 400;
margin-top: $base-line-height / 2;
}

View file

@ -11,7 +11,7 @@ table {
th {
border-bottom: 1px solid darken($base-border-color, 15%);
font-weight: bold;
font-weight: 400;
padding: 0.5em 0;
text-align: left;
}

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 {

View file

@ -127,7 +127,7 @@ div#categories {
.unread {
color: $blue;
font-weight:bold;
font-weight: 400;
}
thead th {

View file

@ -58,7 +58,7 @@ div#match {
font-style: italic;
text-transform: uppercase;
padding-right: 10px;
font-weight: bold;
font-weight: 400;
}
.team-1,
@ -82,7 +82,7 @@ div#match {
.versus {
@include span-columns(2);
position: relative;
font-weight: bold;
font-weight: 400;
&.split:before {
content: "";
@ -105,7 +105,7 @@ div#match {
top: 0;
text-align: center;
line-height: $title-height;
font-weight: bold;
font-weight: 400;
}
.score-1 {

View file

@ -28,7 +28,7 @@ div.article {
@include span-columns(6);
a {
font-weight: bold;
font-weight: 400;
}
}

View file

@ -195,7 +195,7 @@
}
&.highlight {
font-weight: bold;
font-weight: 400;
}
}