Skip to content

Commit

Permalink
Merge pull request #137 from CityOfDetroit/fix.bold
Browse files Browse the repository at this point in the history
Fix bold when using light fonts
  • Loading branch information
jedgar1mx authored Jan 17, 2024
2 parents 9871979 + ea5a1b9 commit 20f6df2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
7 changes: 6 additions & 1 deletion src/scss/themed-bootstrap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* This file is generated from source SASS in src/scss/themed-bootstrap.scss. If you'd like to make
* changes please change the source file or the code generation script at scripts/compile_bootstrap.sh.
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
$primary: #004445 !default;
$secondary: #e6e6e6 !default;
$success: #9fd5b3 !default;
Expand Down Expand Up @@ -91,6 +91,11 @@ $utilities: map-merge(
// Override bootstrap _root.scss.
@import './host';

b,
strong {
font-weight: 700;
}

// _____ _ _ _____ _____ _____ ___ ___
// / __ \| | | |/ ___||_ _|| _ || \/ |
// | / \/| | | |\ `--. | | | | | || . . |
Expand Down
7 changes: 6 additions & 1 deletion src/shared/themed-bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/shared/themed-bootstrap.css.map

Large diffs are not rendered by default.

0 comments on commit 20f6df2

Please sign in to comment.