From 2dcf8e8de59f0ba1c6f8ef7a6e069f55eeec9150 Mon Sep 17 00:00:00 2001 From: Maximilian Krambach Date: Thu, 11 Oct 2018 15:21:30 +0200 Subject: [PATCH] Switch heading fonts to roboto-condensed --- client/src/styles.scss | 9 +++++++++ 1 file changed, 9 insertions(+) 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;