Switch heading fonts to roboto-condensed
This commit is contained in:
parent
becdef26a8
commit
2dcf8e8de5
@ -5,6 +5,7 @@
|
|||||||
@import './assets/styles/openslides-theme';
|
@import './assets/styles/openslides-theme';
|
||||||
@import './app/site/site.component.scss-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/roboto-fontface.css';
|
||||||
|
@import '../node_modules/roboto-fontface/css/roboto-condensed/roboto-condensed-fontface.css';
|
||||||
@mixin openslides-components-theme($theme) {
|
@mixin openslides-components-theme($theme) {
|
||||||
@include os-site-theme($theme);
|
@include os-site-theme($theme);
|
||||||
/** More components are added here */
|
/** More components are added here */
|
||||||
@ -20,6 +21,14 @@ mat-icon {
|
|||||||
font-family: MaterialIcons-Regular;
|
font-family: MaterialIcons-Regular;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1,
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
h5 {
|
||||||
|
font-family: Roboto-condensed, Arial, Helvetica, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
// background: #e8eaed;
|
// background: #e8eaed;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
Loading…
Reference in New Issue
Block a user