// @font-face { // font-family: "Roboto"; // src: local(Roboto Thin), url('#{$roboto-font-path}Roboto-Thin.eot'); // src: url("#{$roboto-font-path}Roboto-Thin.eot?#iefix") format('embedded-opentype'), // url("#{$roboto-font-path}Roboto-Thin.woff2") format("woff2"), // url("#{$roboto-font-path}Roboto-Thin.woff") format("woff"), // url("#{$roboto-font-path}Roboto-Thin.ttf") format("truetype"); // font-weight: 200; // } @font-face { font-family: "Arial"; src: local(Arial Thin), url('#{$arial-font-path}Arial-Thin.eot'); src: url("#{$arial-font-path}Arial-Thin.eot?#iefix") format('embedded-opentype'), url("#{$arial-font-path}Arial-Thin.ttf") format("truetype"); font-weight: 200; } @font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: url('#{$icons-font-path}MaterialIcons-Regular.eot'); /* For IE6-8 */ src: local('Material Icons'), local('MaterialIcons-Regular'), url('#{$icons-font-path}MaterialIcons-Regular.woff2') format('woff2'), url('#{$icons-font-path}MaterialIcons-Regular.woff') format('woff'), url('#{$icons-font-path}MaterialIcons-Regular.ttf') format('truetype'); } .material-icons { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; /* Preferred icon size */ display: inline-block; width: 1em; height: 1em; line-height: 1; text-transform: none; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; /* Support for all WebKit browsers. */ -webkit-font-smoothing: antialiased; /* Support for Safari and Chrome. */ text-rendering: optimizeLegibility; /* Support for Firefox. */ -moz-osx-font-smoothing: grayscale; /* Support for IE. */ font-feature-settings: 'liga'; } /* Rules for sizing the icon. */ .material-icons{ &.md-18 { font-size: 18px; } &.md-24 { font-size: 24px; } &.md-36 { font-size: 36px; } &.md-48 { font-size: 48px; } /* Rules for using icons as black on a light background. */ &.md-dark { color: rgba(0, 0, 0, 0.54); &.md-inactive { color: rgba(0, 0, 0, 0.26); } } /* Rules for using icons as white on a dark background. */ &.md-light { color: rgba(255, 255, 255, 1); &.md-inactive { color: rgba(255, 255, 255, 0.3); } } }