_core.scss 455 B

12345678910
  1. .#{$mdi-css-prefix}:before,
  2. .#{$mdi-css-prefix}-set {
  3. display: inline-block;
  4. font: normal normal normal #{$mdi-font-size-base}/1 '#{$mdi-font-name}'; // shortening font declaration
  5. font-size: inherit; // can't have font-size inherit on line above, so need to override
  6. text-rendering: auto; // optimizelegibility throws things off #1094
  7. line-height: inherit;
  8. -webkit-font-smoothing: antialiased;
  9. -moz-osx-font-smoothing: grayscale;
  10. }