diff --git a/pages/updates/updates.html b/pages/updates/updates.html
index 889869dc..4b374eb0 100644
--- a/pages/updates/updates.html
+++ b/pages/updates/updates.html
@@ -26,6 +26,7 @@
- Updated: bootstrap-table v1.18.1 -> v1.18.2 (#247)
+ - Updated: Google Material Icons (#248)
diff --git a/resources/google-material-design-icons/MaterialIcons-Regular.woff2 b/resources/google-material-design-icons/MaterialIcons-Regular.woff2
index 2b86ebfe..84084a58 100644
Binary files a/resources/google-material-design-icons/MaterialIcons-Regular.woff2 and b/resources/google-material-design-icons/MaterialIcons-Regular.woff2 differ
diff --git a/resources/google-material-design-icons/google-material-design-icons.css b/resources/google-material-design-icons/google-material-design-icons.css
index d6407b02..edd247c5 100644
--- a/resources/google-material-design-icons/google-material-design-icons.css
+++ b/resources/google-material-design-icons/google-material-design-icons.css
@@ -1,36 +1,23 @@
+/* fallback */
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
- src: url(MaterialIcons-Regular.eot); /* For IE6-8 */
- src: local('Material Icons'),
- local('MaterialIcons-Regular'),
- url('./MaterialIcons-Regular.woff2') format('woff2'),
- url('./MaterialIcons-Regular.woff') format('woff'),
- url('./MaterialIcons-Regular.ttf') format('truetype');
+ src: url('MaterialIcons-Regular.woff2') format('woff2');
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
- font-size: 24px; /* Preferred icon size */
- display: inline-block;
+ font-size: 24px;
line-height: 1;
- text-transform: none;
letter-spacing: normal;
- word-wrap: normal;
+ text-transform: none;
+ display: inline-block;
white-space: nowrap;
+ word-wrap: normal;
direction: ltr;
-
- /* Support for all WebKit browsers. */
- -webkit-font-smoothing: antialiased;
- /* Support for Safari and Chrome. */
- text-rendering: optimizeLegibility;
-
- /* Support for Firefox. */
+ -moz-font-feature-settings: 'liga';
-moz-osx-font-smoothing: grayscale;
-
- /* Support for IE. */
- font-feature-settings: 'liga';
}