diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 80820f64..02a327ff 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1858,7 +1858,7 @@ 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://cdn.jsdelivr.net/npm/vue-match-media@1.0.3/dist/index.min.js https://code.createjs.com/1.0.0/createjs.min.js -https://fonts.gstatic.com/s/materialiconsoutlined/v107/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2 +https://fonts.gstatic.com/s/materialiconsoutlined/v108/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2 https://fonts.gstatic.com/s/materialiconsround/v106/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2 https://fonts.gstatic.com/s/materialiconssharp/v107/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvR.woff2 https://fonts.gstatic.com/s/materialiconstwotone/v110/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0.woff2 diff --git a/modules/internal/targets.js b/modules/internal/targets.js index a6d5166d..840d3fc2 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -221,7 +221,7 @@ targets.setLastVersion = function (type, version) { // just for testing ---------------------------------------------- if (type.startsWith('/materialicons/')) return 'v135'; - if (type.startsWith('/materialiconsoutlined/')) return 'v107'; + if (type.startsWith('/materialiconsoutlined/')) return 'v108'; if (type.startsWith('/materialiconsround/')) return 'v106'; if (type.startsWith('/materialiconssharp/')) return 'v107'; if (type.startsWith('/materialiconstwotone/')) return 'v110'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 1c69befa..a5ce5389 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -32,6 +32,7 @@
  • dayjs v1.11.4 -> v1.11.5 (#1105)
  • popper.js v2.11.5 -> v2.11.6 (#1106)
  • libphonenumber-js v1.10.11 -> v1.10.12 (#1107)
  • +
  • Google Material Icons Outlined v107 -> v108 (#1108)
  • 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 3364cab8..12b945a1 100644 --- a/resources/google-material-design-icons/google-material-design-icons.css +++ b/resources/google-material-design-icons/google-material-design-icons.css @@ -25,16 +25,16 @@ font-family: 'Material Icons Outlined'; font-style: normal; font-weight: 400; - src: url('./materialiconsoutlined/v107/MaterialIconsOutlined.woff2') format('woff2'); - /* src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v107/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format('woff2'); */ + src: url('./materialiconsoutlined/v108/MaterialIconsOutlined.woff2') format('woff2'); + /* src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v108/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format('woff2'); */ } @font-face { font-family: 'Google Material Icons Outlined'; font-style: normal; font-weight: 400; - src: url('./materialiconsoutlined/v107/MaterialIconsOutlined.woff2') format('woff2'); - /* src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v107/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format('woff2'); */ + src: url('./materialiconsoutlined/v108/MaterialIconsOutlined.woff2') format('woff2'); + /* src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v108/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format('woff2'); */ } @font-face { diff --git a/resources/google-material-design-icons/materialiconsoutlined/v107/MaterialIconsOutlined.woff2 b/resources/google-material-design-icons/materialiconsoutlined/v107/MaterialIconsOutlined.woff2 deleted file mode 100644 index 4f767447..00000000 Binary files a/resources/google-material-design-icons/materialiconsoutlined/v107/MaterialIconsOutlined.woff2 and /dev/null differ diff --git a/resources/google-material-design-icons/materialiconsoutlined/v108/MaterialIconsOutlined.woff2 b/resources/google-material-design-icons/materialiconsoutlined/v108/MaterialIconsOutlined.woff2 new file mode 100644 index 00000000..d44b9486 Binary files /dev/null and b/resources/google-material-design-icons/materialiconsoutlined/v108/MaterialIconsOutlined.woff2 differ