Google Material Icons Round v104 -> v105 (#1010)

This commit is contained in:
nobody 2022-06-15 06:15:56 +02:00
parent 3721c82811
commit 38bf1e01fe
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
6 changed files with 7 additions and 7 deletions

View File

@ -1844,7 +1844,7 @@ 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/v106/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2
https://fonts.gstatic.com/s/materialiconsround/v104/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2
https://fonts.gstatic.com/s/materialiconsround/v105/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2
https://fonts.gstatic.com/s/materialiconssharp/v105/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvR.woff2
https://fonts.gstatic.com/s/materialiconstwotone/v108/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0.woff2
https://fonts.gstatic.com/s/materialicons/v130/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2

View File

@ -217,7 +217,7 @@ targets.setLastVersion = function (type, version) {
// just for testing ----------------------------------------------
if (type.startsWith('/materialicons/')) return 'v130';
if (type.startsWith('/materialiconsoutlined/')) return 'v106';
if (type.startsWith('/materialiconsround/')) return 'v104';
if (type.startsWith('/materialiconsround/')) return 'v105';
if (type.startsWith('/materialiconssharp/')) return 'v105';
if (type.startsWith('/materialiconstwotone/')) return 'v108';
// ---------------------------------------------------------------

View File

@ -31,7 +31,7 @@
<li>findify-bundle v7.1.43 -> v7.1.47 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1009">#1009</a>)</li>
<li>Google Material Icons v129 -> v130 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1010">#1010</a>)</li>
<li>Google Material Icons Outlined v104 -> v106 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1010">#1010</a>)</li>
<li>Google Material Icons Round v103 -> v104 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1010">#1010</a>)</li>
<li>Google Material Icons Round v103 -> v105 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1010">#1010</a>)</li>
<li>Google Material Icons Sharp v104 -> v105 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1010">#1010</a>)</li>
<li>Google Material Icons TwoTone v107 -> v108 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1010">#1010</a>)</li>
<li>Swiper v8.1.6 -> v8.2.4 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1011">#1011</a>)</li>

View File

@ -41,16 +41,16 @@
font-family: 'Material Icons Round';
font-style: normal;
font-weight: 400;
src: url('./materialiconsround/v104/MaterialIconsRound.woff2') format('woff2');
/* src: url(https://fonts.gstatic.com/s/materialiconsround/v104/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2) format('woff2'); */
src: url('./materialiconsround/v105/MaterialIconsRound.woff2') format('woff2');
/* src: url(https://fonts.gstatic.com/s/materialiconsround/v105/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2) format('woff2'); */
}
@font-face {
font-family: 'Google Material Icons Round';
font-style: normal;
font-weight: 400;
src: url('./materialiconsround/v104/MaterialIconsRound.woff2') format('woff2');
/* src: url(https://fonts.gstatic.com/s/materialiconsround/v104/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2) format('woff2'); */
src: url('./materialiconsround/v105/MaterialIconsRound.woff2') format('woff2');
/* src: url(https://fonts.gstatic.com/s/materialiconsround/v105/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2) format('woff2'); */
}
@font-face {