Skip to content

Commit

Permalink
feat: Set heading font-weight to 400
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Jun 16, 2023
1 parent 547bf39 commit 248109e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion inst/builtin/bs5/shiny/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@ $headings-font-family: $font-family-sans-serif !default;

$root-font-size: 18px !default;
$body-font-size: 1rem !default;
$body-font-weight: 400 !default;
$h1-font-size: 2.1rem !default;

$body-font-weight: 400 !default;
$headings-font-weight: 400 !default;

$body-color: $gray-900 !default;
$body-bg: #ffffff !default;

Expand Down

0 comments on commit 248109e

Please sign in to comment.