Skip to content

Commit

Permalink
Merge pull request #91 from carpentries/fix-fonts-89
Browse files Browse the repository at this point in the history
do not set default font weight to allow bold italic text.
  • Loading branch information
zkamvar authored Aug 28, 2023
2 parents 5b774a7 + 352a75c commit af9d91e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion inst/pkgdown/assets/assets/styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/pkgdown/assets/assets/styles.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion source/stylesheets/styles.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
font-style: normal;
}

* {
body {
font-family: 'Mulish', sans serif;
font-weight: $font_weight_normal;
}
Expand Down

0 comments on commit af9d91e

Please sign in to comment.