diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 5b270e21..38532fea 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1618,7 +1618,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/v90/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 +https://fonts.gstatic.com/s/materialicons/v92/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.3/dist/vue-resource.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index ab0c2f04..0f6cbebc 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -297,7 +297,7 @@ targets.setLastVersion = function (type, version) { } else if (type.startsWith('/gsap/3.')) { return '3.7.0'; } else if (type.startsWith('/google-material-design-icons/')) { - return 'v90'; + return 'v92'; } else if (type.startsWith('/highlight.js/7.')) { return '9.18.5'; } else if (type.startsWith('/highlight.js/8.')) { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index d812d6a1..661932e3 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -30,6 +30,7 @@
  • Updated: vue-i18n v8.24.4 -> v8.24.5 (#531)
  • Updated: vue v3.1.1 -> v3.1.2 (#532)
  • Updated: video.js v7.13.1 -> v7.13.2 (#533)
  • +
  • Updated: Google Material Icons v90 -> v92 (#534)
  • 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 8e00e044..9b92a63d 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('./v90/MaterialIcons.woff2') format('woff2'); - /* src: url(https://fonts.gstatic.com/s/materialicons/v90/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */ + src: url('./v92/MaterialIcons.woff2') format('woff2'); + /* src: url(https://fonts.gstatic.com/s/materialicons/v92/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */ } .material-icons { diff --git a/resources/google-material-design-icons/v90/MaterialIcons.woff2 b/resources/google-material-design-icons/v90/MaterialIcons.woff2 deleted file mode 100644 index 77235247..00000000 Binary files a/resources/google-material-design-icons/v90/MaterialIcons.woff2 and /dev/null differ diff --git a/resources/google-material-design-icons/v92/MaterialIcons.woff2 b/resources/google-material-design-icons/v92/MaterialIcons.woff2 new file mode 100644 index 00000000..b283233d Binary files /dev/null and b/resources/google-material-design-icons/v92/MaterialIcons.woff2 differ