Skip to content

Commit

Permalink
Fix monospace font wrong weight on include (#2848)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianjoel authored Oct 17, 2023
1 parent cbc99c5 commit b7d18f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
#countdown {
white-space: nowrap;
font-family: $font-monospace;
font-weight: bold;
font-weight: 800;
text-align: center;
}
}
Expand Down
2 changes: 1 addition & 1 deletion client/src/assets/styles/font-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $font-weight-condensed-regular: 400;
/** Monospace Font */
$font-monospace: 'OSFont Monospace';
$font-monospace-src: url('../fonts/roboto-condensed-bold.woff') format('woff');
$font-weight-monospace: 400;
$font-weight-monospace: 800;

/** Special Chyron Name Font */
$font-chyronname: 'OSFont ChyronName';
Expand Down

0 comments on commit b7d18f8

Please sign in to comment.