aboutsummaryrefslogtreecommitdiff
path: root/scss/_type.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/_type.scss')
-rw-r--r--scss/_type.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/scss/_type.scss b/scss/_type.scss
index b2d524ca1..6961390f1 100644
--- a/scss/_type.scss
+++ b/scss/_type.scss
@@ -34,9 +34,11 @@
// Type display classes
@each $display, $font-size in $display-font-sizes {
.display-#{$display} {
- @include font-size($font-size);
+ font-family: $display-font-family;
+ font-style: $display-font-style;
font-weight: $display-font-weight;
line-height: $display-line-height;
+ @include font-size($font-size);
}
}