summaryrefslogtreecommitdiff
path: root/sass/components/_icons-material-design.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/components/_icons-material-design.scss')
-rw-r--r--sass/components/_icons-material-design.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/sass/components/_icons-material-design.scss b/sass/components/_icons-material-design.scss
new file mode 100644
index 0000000..2aa6a4a
--- /dev/null
+++ b/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';
+}