diff --git a/scss/utility/typography.scss b/scss/utility/typography.scss index 7cb16ec..9417956 100644 --- a/scss/utility/typography.scss +++ b/scss/utility/typography.scss @@ -58,4 +58,5 @@ $h6-font-size-h6: 14px; --bs-body-font-family: #{$font-sans-pro}; --bs-body-font-size: #{$font-size-base}; --bs-body-font-weight: #{$font-weight-normal}; + --bs-body-line-height: #{$line-height-base}; }