Switch heading fonts to roboto-condensed

This commit is contained in:
Maximilian Krambach 2018-10-11 15:21:30 +02:00
parent becdef26a8
commit 2dcf8e8de5

View File

@ -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;