diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 72a98579..b85ed378 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1656,7 +1656,7 @@ https://cdn.jsdelivr.net/npm/videojs-seek-buttons@2.1.0/dist/videojs-seek-button https://cdn.jsdelivr.net/npm/videojs-seek-buttons@2.1.0/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/v98/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 +https://fonts.gstatic.com/s/materialicons/v99/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js https://raw.githubusercontent.com/jquery-validation/jquery-validation/1.19.3/dist/jquery.validate.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index b4ed5a12..87bb15b6 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -308,7 +308,7 @@ targets.setLastVersion = function (type, version) { } else if (type.startsWith('/gsap/3.')) { return '3.7.1'; } else if (type.startsWith('/google-material-design-icons/')) { - return 'v98'; + return 'v99'; } 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 62228a41..963255bd 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -25,9 +25,9 @@

New in LocalCDN:

-

+

Updated

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 20127953..00c27fb6 100644 --- a/resources/google-material-design-icons/google-material-design-icons.css +++ b/resources/google-material-design-icons/google-material-design-icons.css @@ -9,16 +9,16 @@ font-family: 'Material Icons'; font-style: normal; font-weight: 400; - src: url('./v98/MaterialIcons.woff2') format('woff2'); - /* src: url(https://fonts.gstatic.com/s/materialicons/v98/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */ + src: url('./v99/MaterialIcons.woff2') format('woff2'); + /* src: url(https://fonts.gstatic.com/s/materialicons/v99/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */ } @font-face { font-family: 'Google Material Icons'; font-style: normal; font-weight: 400; - src: url('./v98/MaterialIcons.woff2') format('woff2'); - /* src: url(https://fonts.gstatic.com/s/materialicons/v98/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */ + src: url('./v99/MaterialIcons.woff2') format('woff2'); + /* src: url(https://fonts.gstatic.com/s/materialicons/v99/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */ } .material-icons { diff --git a/resources/google-material-design-icons/v98/MaterialIcons.woff2 b/resources/google-material-design-icons/v98/MaterialIcons.woff2 deleted file mode 100644 index 8b2605b4..00000000 Binary files a/resources/google-material-design-icons/v98/MaterialIcons.woff2 and /dev/null differ diff --git a/resources/google-material-design-icons/v99/MaterialIcons.woff2 b/resources/google-material-design-icons/v99/MaterialIcons.woff2 new file mode 100644 index 00000000..28fc9e48 Binary files /dev/null and b/resources/google-material-design-icons/v99/MaterialIcons.woff2 differ