Skip to content

Commit

Permalink
Check for the string $NTA-Light, not that the variable exists
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmaleigh committed Aug 3, 2016
1 parent 4b58c9d commit 3aa8929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stylesheets/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $is-print: false !default;
font-family: $Print-reset;
} @else {
font-family: $toolkit-font-stack;
@if $toolkit-font-stack == $NTA-Light {
@if $toolkit-font-stack == "$NTA-Light" {
@if $font-weight > 400 {
font-size-adjust: 0.525;
} @else {
Expand Down

0 comments on commit 3aa8929

Please sign in to comment.