10 lines
308 B
SCSS
10 lines
308 B
SCSS
|
.#{$mdi-css-prefix}:before,
|
||
|
.#{$mdi-css-prefix}-set {
|
||
|
display: inline-block;
|
||
|
font: normal normal normal #{$mdi-font-size-base}/1 '#{$mdi-font-name}';
|
||
|
font-size: inherit;
|
||
|
text-rendering: auto;
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
-moz-osx-font-smoothing: grayscale;
|
||
|
transform: translate(0, 0);
|
||
|
}
|