diff --git a/client/src/app/site/pages/meetings/modules/projector/modules/countdown-time/countdown-time.component.scss b/client/src/app/site/pages/meetings/modules/projector/modules/countdown-time/countdown-time.component.scss index cb8369c65a..fc86c71ec7 100644 --- a/client/src/app/site/pages/meetings/modules/projector/modules/countdown-time/countdown-time.component.scss +++ b/client/src/app/site/pages/meetings/modules/projector/modules/countdown-time/countdown-time.component.scss @@ -69,7 +69,7 @@ #countdown { white-space: nowrap; font-family: $font-monospace; - font-weight: bold; + font-weight: 800; text-align: center; } } diff --git a/client/src/assets/styles/font-variables.scss b/client/src/assets/styles/font-variables.scss index 6ade6ecea4..5f832655e2 100644 --- a/client/src/assets/styles/font-variables.scss +++ b/client/src/assets/styles/font-variables.scss @@ -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';