Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/materialize-css/sass/components/_icons-material-design.scss')
-rw-r--r--node_modules/materialize-css/sass/components/_icons-material-design.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/materialize-css/sass/components/_icons-material-design.scss b/node_modules/materialize-css/sass/components/_icons-material-design.scss
new file mode 100644
index 0000000000..d8d91c1901
--- /dev/null
+++ b/node_modules/materialize-css/sass/components/_icons-material-design.scss
@@ -0,0 +1,5 @@
+/* This is needed for some mobile phones to display the Google Icon font properly */
+.material-icons {
+ text-rendering: optimizeLegibility;
+ font-feature-settings: 'liga';
+}