diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 8f61e390..41aa8cac 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1862,7 +1862,7 @@ https://fonts.gstatic.com/s/materialiconsoutlined/v108/gok-H7zzDkdnRel8-DQ6KAXJ6 https://fonts.gstatic.com/s/materialiconsround/v107/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2 https://fonts.gstatic.com/s/materialiconssharp/v108/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvR.woff2 https://fonts.gstatic.com/s/materialiconstwotone/v111/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0.woff2 -https://fonts.gstatic.com/s/materialicons/v138/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 +https://fonts.gstatic.com/s/materialicons/v139/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.5/dist/jquery.validate.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 2d7bfbf3..0663c6ad 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -220,7 +220,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/gsap/3.')) return '3.11.0'; // just for testing ---------------------------------------------- - if (type.startsWith('/materialicons/')) return 'v138'; + if (type.startsWith('/materialicons/')) return 'v139'; if (type.startsWith('/materialiconsoutlined/')) return 'v108'; if (type.startsWith('/materialiconsround/')) return 'v107'; if (type.startsWith('/materialiconssharp/')) return 'v108'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index e3d64590..b8ef8a4b 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 075575f2..172a4c86 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('./materialicons/v138/MaterialIcons.woff2') format('woff2'); - /* src: url(https://fonts.gstatic.com/s/materialicons/v138/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */ + src: url('./materialicons/v139/MaterialIcons.woff2') format('woff2'); + /* src: url(https://fonts.gstatic.com/s/materialicons/v139/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */ } @font-face { font-family: 'Google Material Icons'; font-style: normal; font-weight: 400; - src: url('./materialicons/v138/MaterialIcons.woff2') format('woff2'); - /* src: url(https://fonts.gstatic.com/s/materialicons/v138/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */ + src: url('./materialicons/v139/MaterialIcons.woff2') format('woff2'); + /* src: url(https://fonts.gstatic.com/s/materialicons/v139/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */ } @font-face { diff --git a/resources/google-material-design-icons/materialicons/v138/MaterialIcons.woff2 b/resources/google-material-design-icons/materialicons/v138/MaterialIcons.woff2 deleted file mode 100644 index 3d95fdfd..00000000 Binary files a/resources/google-material-design-icons/materialicons/v138/MaterialIcons.woff2 and /dev/null differ diff --git a/resources/google-material-design-icons/materialicons/v139/MaterialIcons.woff2 b/resources/google-material-design-icons/materialicons/v139/MaterialIcons.woff2 new file mode 100644 index 00000000..5492a6e7 Binary files /dev/null and b/resources/google-material-design-icons/materialicons/v139/MaterialIcons.woff2 differ