2017-12-01 15:36:26 +01:00
|
|
|
/*
|
|
|
|
* Font definitions for OpenSlides site
|
|
|
|
*/
|
|
|
|
|
|
|
|
@font-face {
|
2018-01-30 16:12:02 +01:00
|
|
|
font-family: $font;
|
|
|
|
src: $font-src;
|
|
|
|
font-weight: 400;
|
|
|
|
font-style: normal;
|
2017-12-01 15:36:26 +01:00
|
|
|
}
|
|
|
|
@font-face {
|
2018-01-30 16:12:02 +01:00
|
|
|
font-family: $font-medium;
|
|
|
|
src: $font-medium-src;
|
|
|
|
font-weight: 400;
|
|
|
|
font-style: normal;
|
2017-12-01 15:36:26 +01:00
|
|
|
}
|
|
|
|
@font-face {
|
2018-01-30 16:12:02 +01:00
|
|
|
font-family: $font-condensed;
|
|
|
|
src: $font-condensed-src;
|
|
|
|
font-weight: 100;
|
|
|
|
font-style: normal;
|
2017-12-01 15:36:26 +01:00
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: $font-condensed-light;
|
|
|
|
src: $font-condensed-light-src;
|
|
|
|
font-weight: 100;
|
|
|
|
font-style: normal;
|
|
|
|
}
|