Skip to content

Commit

Permalink
fix: updated heading font weight from 500 to 600
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdouglaspratt committed Jun 5, 2024
1 parent c0cf651 commit f823dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion es-bs-base/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ $h6-line-height-desktop: $line-height-100 !default;

$headings-margin-bottom: 1rem !default;
$headings-font-family: $font-family-sans-serif !default;
$headings-font-weight: $font-weight-semibold !default;
$headings-font-weight: $font-weight-bold !default;
$headings-line-height: 1.2 !default; // no longer used, in favor of specific per font size
$headings-color: $gray-900 !default;
// fusv-disable
Expand Down

0 comments on commit f823dd9

Please sign in to comment.