Commit 5c8ef9a9 by Brian Talbot

removing extra bold font-weight (800) from style rules/typeface files

parent 2edacd19
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
// weights // weights
%t-ultrastrong { %t-ultrastrong {
font-weight: 800; font-weight: 700;
} }
%t-strong { %t-strong {
font-weight: 600; font-weight: 600;
......
...@@ -219,7 +219,7 @@ div.video { ...@@ -219,7 +219,7 @@ div.video {
@extend %ui-fake-link; @extend %ui-fake-link;
@include transition(none); @include transition(none);
display: block; display: block;
font-weight: 800; font-weight: 700;
line-height: 46px; line-height: 46px;
margin: 0; margin: 0;
padding: 0 0 0 15px; padding: 0 0 0 15px;
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
// weights // weights
%t-ultrastrong { %t-ultrastrong {
font-weight: 800; font-weight: 700;
} }
%t-strong { %t-strong {
font-weight: 600; font-weight: 600;
......
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
a { a {
color: $lighter-base-font-color; color: $lighter-base-font-color;
font: italic 800 0.6em/1em $sans-serif; font: italic 700 0.6em/1em $sans-serif;
letter-spacing: 0px; letter-spacing: 0px;
margin-left: ($baseline*0.75); margin-left: ($baseline*0.75);
text-shadow: 0 1px rgba(255,255,255, 0.6); text-shadow: 0 1px rgba(255,255,255, 0.6);
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
a { a {
color: $lighter-base-font-color; color: $lighter-base-font-color;
font: italic 800 1em/1em $sans-serif; font: italic 700 1em/1em $sans-serif;
letter-spacing: 0px; letter-spacing: 0px;
text-shadow: 0 1px rgba(255,255,255, 0.6); text-shadow: 0 1px rgba(255,255,255, 0.6);
text-transform: none; text-transform: none;
...@@ -443,7 +443,7 @@ ...@@ -443,7 +443,7 @@
color: $base-font-color; color: $base-font-color;
font-family: $sans-serif; font-family: $sans-serif;
font-style: italic; font-style: italic;
font-weight: 800; font-weight: 700;
display: inline-block; display: inline-block;
letter-spacing: 0px; letter-spacing: 0px;
margin-right: ($baseline*0.75); margin-right: ($baseline*0.75);
......
...@@ -183,7 +183,7 @@ $facet-background-color: #007db8; ...@@ -183,7 +183,7 @@ $facet-background-color: #007db8;
color: $base-font-color; color: $base-font-color;
font-family: $sans-serif; font-family: $sans-serif;
font-style: italic; font-style: italic;
font-weight: 800; font-weight: 700;
letter-spacing: 0px; letter-spacing: 0px;
text-transform: none; text-transform: none;
} }
......
...@@ -342,7 +342,7 @@ $course-search-input-height: ($button-size); ...@@ -342,7 +342,7 @@ $course-search-input-height: ($button-size);
> span { > span {
color: $base-font-color; color: $base-font-color;
font: 800 italic 1.4em/1.4em $sans-serif; font: 700 italic 1.4em/1.4em $sans-serif;
text-shadow: 0 1px rgba(255,255,255, 0.6); text-shadow: 0 1px rgba(255,255,255, 0.6);
@include transition(all 0.15s ease-in-out 0s); @include transition(all 0.15s ease-in-out 0s);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment