Skip to content

Commit

Permalink
Set CSS variables the bootstrap 5.2 way
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Dec 13, 2023
1 parent 79e16f8 commit 8ee3f46
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scss/utility/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,9 @@ $h3-font-size-h3: 20px;
$h4-font-size-h4: 18px;
$h5-font-size-h5: 16px;
$h6-font-size-h6: 14px;

:root {
--bs-body-font-family: #{$font-sans-pro};
--bs-body-font-size: #{$font-size-base};
--bs-body-font-weight: #{$font-weight-normal};
}

0 comments on commit 8ee3f46

Please sign in to comment.