RollDice/node_modules/@materializecss/materialize/sass/components/_icons-material-design.scss
Saw, Hansly Kendrich 56bd5d0837 included initial page, styles and modules
- uses node.js and materialize
2022-09-14 12:07:35 +08:00

5 lines
181 B
SCSS
Executable file

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