diff options
| author | Julien Déramond <[email protected]> | 2022-07-11 23:16:33 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-07-11 23:16:33 +0200 |
| commit | a1224482f209762024b1fc2080b24cded8242f3d (patch) | |
| tree | f250da30ad44250bdde7ca9b106c74fb405cbe5b /scss/_type.scss | |
| parent | ac654a0f66e10dbe0db530d9058a6ba0d67d673a (diff) | |
| download | bootstrap-a1224482f209762024b1fc2080b24cded8242f3d.tar.xz bootstrap-a1224482f209762024b1fc2080b24cded8242f3d.zip | |
Add `$display-font-family` and `$display-font-style` (#36711)
Diffstat (limited to 'scss/_type.scss')
| -rw-r--r-- | scss/_type.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/_type.scss b/scss/_type.scss index b2d524ca1..37d64bf89 100644 --- a/scss/_type.scss +++ b/scss/_type.scss @@ -35,6 +35,8 @@ @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; } |
