diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index b7ca7bd1..9eb760c7 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1087,7 +1087,7 @@ https://cdn.jsdelivr.net/npm/react-lifecycles-compat@3.0.4/react-lifecycles-comp https://cdn.jsdelivr.net/npm/urlize.js/urlize.js https://cdn.jsdelivr.net/npm/videojs-seek-buttons@1.6.0/dist/videojs-seek-buttons.css https://cdn.jsdelivr.net/npm/videojs-seek-buttons@1.6.0/dist/videojs-seek-buttons.min.js -https://fonts.gstatic.com/s/materialicons/v81/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 +https://fonts.gstatic.com/s/materialicons/v82/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 https://raw.githubusercontent.com/jquery-validation/jquery-validation/1.19.3/dist/jquery.validate.min.js https://raw.githubusercontent.com/pagekit/vue-resource/1.5.2/dist/vue-resource.min.js https://raw.githubusercontent.com/Templarian/MaterialDesign-Webfont/v2.8.94/css/materialdesignicons.min.css diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 5130412f..acc4925c 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -36,6 +36,7 @@
  • Updated: noUiSlider v14.6.3 -> v14.6.4 (#317)
  • Updated: highlight.js v10.6.0 -> v10.7.1 (#319)
  • Fixed: Counter doesn't work (Chromium only) (#320)
  • +
  • Updated: Google Material Icons v81 -> v82 (#321)
  • 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 a4f30350..90743ab3 100644 --- a/resources/google-material-design-icons/google-material-design-icons.css +++ b/resources/google-material-design-icons/google-material-design-icons.css @@ -9,7 +9,7 @@ font-family: 'Material Icons'; font-style: normal; font-weight: 400; - src: url('./v81/MaterialIcons-Regular.woff2') format('woff2'); + src: url('./v82/MaterialIcons-Regular.woff2') format('woff2'); /* src: url(https://fonts.gstatic.com/s/materialicons/v81/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */ } diff --git a/resources/google-material-design-icons/v81/MaterialIcons-Regular.woff2 b/resources/google-material-design-icons/v81/MaterialIcons-Regular.woff2 deleted file mode 100644 index a52ee356..00000000 Binary files a/resources/google-material-design-icons/v81/MaterialIcons-Regular.woff2 and /dev/null differ diff --git a/resources/google-material-design-icons/v82/MaterialIcons-Regular.woff2 b/resources/google-material-design-icons/v82/MaterialIcons-Regular.woff2 new file mode 100644 index 00000000..eade0e38 Binary files /dev/null and b/resources/google-material-design-icons/v82/MaterialIcons-Regular.woff2 differ