1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 06:39:43 +02:00
documize/gui/app/styles/font.scss

16 lines
528 B
SCSS
Raw Normal View History

.font-fixed-width {
font-family: 'courier new', courier;
2016-07-07 18:54:16 -07:00
}
$font-regular: Helvetica;
$font-semibold: Helvetica;
$font-light: Helvetica;
2016-11-10 16:19:51 -08:00
2016-07-07 18:54:16 -07:00
@font-face {
font-family: "Material Icons";
font-style: normal;
font-weight: 400;
src: url("font/icons/MaterialIcons-Regular.eot");
src: local('Material Icons'), local('MaterialIcons-Regular'), url("font/icons/MaterialIcons-Regular.woff2") format('woff2'), url("font/icons/MaterialIcons-Regular.woff") format('woff'), url("font/icons/MaterialIcons-Regular.ttf") format('truetype');
2016-07-07 18:54:16 -07:00
}