diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 1c5b1c96..d4e1caab 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1253,7 +1253,7 @@ https://cdn.jsdelivr.net/npm/swiper@6.6.1/swiper-bundle.min.js 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/v85/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 +https://fonts.gstatic.com/s/materialicons/v87/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 45744545..9d17149e 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -287,7 +287,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 'v85'; + return 'v87'; } else if (type.startsWith('/highlight.js/10.')) { return '10.7.2'; } else if (type.startsWith('/highlight.js/9.')) { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 056cb677..1915e563 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -60,6 +60,7 @@
  • Updated: findify-bundle v7.0.3 (#464)
  • Updated: plyr v3.6.7 -> v3.6.8 (#465)
  • Updated: ember.js v3.26.1 -> v3.27.1 (#466)
  • +
  • Updated: Google Material Fonts v85 -> v87 (#467)
  • 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 4e39de61..27be5f49 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('./v85/MaterialIcons.woff2') format('woff2'); - /* src: url(https://fonts.gstatic.com/s/materialicons/v85/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */ + src: url('./v87/MaterialIcons.woff2') format('woff2'); + /* src: url(https://fonts.gstatic.com/s/materialicons/v87/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */ } .material-icons { diff --git a/resources/google-material-design-icons/v85/MaterialIcons.woff2 b/resources/google-material-design-icons/v85/MaterialIcons.woff2 deleted file mode 100644 index bb771c80..00000000 Binary files a/resources/google-material-design-icons/v85/MaterialIcons.woff2 and /dev/null differ diff --git a/resources/google-material-design-icons/v87/MaterialIcons.woff2 b/resources/google-material-design-icons/v87/MaterialIcons.woff2 new file mode 100644 index 00000000..9395b4a1 Binary files /dev/null and b/resources/google-material-design-icons/v87/MaterialIcons.woff2 differ