summaryrefslogtreecommitdiff
path: root/sass/components/_icons-material-design.scss
blob: 2aa6a4ae918f09f9ab9768dc408b20a72b9b624f (plain)
1
2
3
4
5
/* This is needed for some mobile phones to display the Google Icon font properly */
.material-icons {
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
}