1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 15:19:42 +02:00
documize/gui/app/styles/core/font.scss
2018-11-24 16:13:21 +00:00

15 lines
546 B
SCSS

// .font-fixed-width {
// font-family: 'courier new', courier;
// }
// $font-regular: Helvetica;
// $font-semibold: Helvetica;
// $font-light: Helvetica;
@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');
}