OpenSlides/openslides/core/static/css/_variables.scss

11 lines
521 B
SCSS
Raw Normal View History

2017-12-01 15:36:26 +01:00
/** Fonts **/
2018-01-30 16:12:02 +01:00
/* Note: The font naming has to be consistent to the projector.html */
$font: 'OSFont';
2017-12-01 15:36:26 +01:00
$font-src: url('../fonts/Roboto-Regular.woff') format('woff');
2018-01-30 16:12:02 +01:00
$font-medium: 'OSFont Medium';
2017-12-01 15:36:26 +01:00
$font-medium-src: url('../fonts/Roboto-Medium.woff') format('woff');
2018-01-30 16:12:02 +01:00
$font-condensed: 'OSFont Condensed';
2017-12-01 15:36:26 +01:00
$font-condensed-src: url('../fonts/Roboto-Condensed-Regular.woff') format('woff');
2018-01-30 16:12:02 +01:00
$font-condensed-light: 'OSFont Condensed Light';
2017-12-01 15:36:26 +01:00
$font-condensed-light-src: url('../fonts/Roboto-Condensed-Light.woff') format('woff');