diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index c2243cf8..d600a164 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1605,7 +1605,7 @@ https://cdn.jsdelivr.net/npm/videojs-seek-buttons@2.0.1/dist/videojs-seek-button https://cdn.jsdelivr.net/npm/videojs-seek-buttons@2.0.1/dist/videojs-seek-buttons.min.js https://cdn.jsdelivr.net/npm/vue@1.0.28/dist/vue.min.js https://cdn.jsdelivr.net/npm/vue@2.6.14/dist/vue.min.js -https://fonts.gstatic.com/s/materialicons/v88/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 +https://fonts.gstatic.com/s/materialicons/v90/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css 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 diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 6e1f8a20..00993ae2 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -291,7 +291,7 @@ targets.setLastVersion = function (type, version) { } else if (type.startsWith('/google-material-design-icons/')) { return '3.0.1'; } else if (type.startsWith('/google-material-design-icons/')) { - return 'v88'; + return 'v90'; } else if (type.startsWith('/highlight.js/11.')) { return '11.0.1'; } else if (type.startsWith('/highlight.js/10.')) { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index abdd362d..24254c30 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -48,6 +48,7 @@
  • Fixed: Framework counter in options page
  • Added: alpinejs v2.8.2 (#508)
  • Updated: algoliasearch v4.9.1 -> v4.9.2 (#509)
  • +
  • Updated: Google Material Icons v88 -> v90 (#510)
  • 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 7693b605..8e00e044 100644 --- a/resources/google-material-design-icons/google-material-design-icons.css +++ b/resources/google-material-design-icons/google-material-design-icons.css @@ -9,8 +9,8 @@ font-family: 'Material Icons'; font-style: normal; font-weight: 400; - src: url('./v88/MaterialIcons.woff2') format('woff2'); - /* src: url(https://fonts.gstatic.com/s/materialicons/v88/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */ + src: url('./v90/MaterialIcons.woff2') format('woff2'); + /* src: url(https://fonts.gstatic.com/s/materialicons/v90/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */ } .material-icons { diff --git a/resources/google-material-design-icons/v88/MaterialIcons.woff2 b/resources/google-material-design-icons/v88/MaterialIcons.woff2 deleted file mode 100644 index ee9a66e0..00000000 Binary files a/resources/google-material-design-icons/v88/MaterialIcons.woff2 and /dev/null differ diff --git a/resources/google-material-design-icons/v90/MaterialIcons.woff2 b/resources/google-material-design-icons/v90/MaterialIcons.woff2 new file mode 100644 index 00000000..77235247 Binary files /dev/null and b/resources/google-material-design-icons/v90/MaterialIcons.woff2 differ