diff --git a/client/src/styles.scss b/client/src/styles.scss index 3c227a245..1824dcae3 100644 --- a/client/src/styles.scss +++ b/client/src/styles.scss @@ -5,6 +5,7 @@ @import './assets/styles/openslides-theme'; @import './app/site/site.component.scss-theme'; @import '../node_modules/roboto-fontface/css/roboto/roboto-fontface.css'; +@import '../node_modules/roboto-fontface/css/roboto-condensed/roboto-condensed-fontface.css'; @mixin openslides-components-theme($theme) { @include os-site-theme($theme); /** More components are added here */ @@ -20,6 +21,14 @@ mat-icon { font-family: MaterialIcons-Regular; } +h1, +h2, +h3, +h4, +h5 { + font-family: Roboto-condensed, Arial, Helvetica, sans-serif; +} + body { // background: #e8eaed; margin: 0 auto;