_icons-material-design.scss 176 B

12345
  1. /* This is needed for some mobile phones to display the Google Icon font properly */
  2. .material-icons {
  3. text-rendering: optimizeLegibility;
  4. font-feature-settings: 'liga';
  5. }