1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-02-17 04:10:53 +01:00

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

This commit is contained in:
nobody 2022-06-01 06:14:09 +02:00
parent 8918f9ff29
commit 40a9225aab
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
6 changed files with 7 additions and 6 deletions

View File

@ -1845,7 +1845,7 @@ 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://code.createjs.com/1.0.0/createjs.min.js
https://fonts.gstatic.com/s/materialiconsoutlined/v105/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2 https://fonts.gstatic.com/s/materialiconsoutlined/v105/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2
https://fonts.gstatic.com/s/materialiconsround/v104/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2 https://fonts.gstatic.com/s/materialiconsround/v104/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2
https://fonts.gstatic.com/s/materialiconssharp/v104/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvR.woff2 https://fonts.gstatic.com/s/materialiconssharp/v105/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvR.woff2
https://fonts.gstatic.com/s/materialiconstwotone/v107/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0.woff2 https://fonts.gstatic.com/s/materialiconstwotone/v107/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0.woff2
https://fonts.gstatic.com/s/materialicons/v129/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 https://fonts.gstatic.com/s/materialicons/v129/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/css/bootstrap-combined.no-icons.min.css

View File

@ -218,7 +218,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/materialicons/')) return 'v129'; if (type.startsWith('/materialicons/')) return 'v129';
if (type.startsWith('/materialiconsoutlined/')) return 'v105'; if (type.startsWith('/materialiconsoutlined/')) return 'v105';
if (type.startsWith('/materialiconsround/')) return 'v104'; if (type.startsWith('/materialiconsround/')) return 'v104';
if (type.startsWith('/materialiconssharp/')) return 'v104'; if (type.startsWith('/materialiconssharp/')) return 'v105';
if (type.startsWith('/materialiconstwotone/')) return 'v107'; if (type.startsWith('/materialiconstwotone/')) return 'v107';
// --------------------------------------------------------------- // ---------------------------------------------------------------

View File

@ -31,6 +31,7 @@
<li>findify-bundle v7.1.43 -> v7.1.46 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1009">#1009</a>)</li> <li>findify-bundle v7.1.43 -> v7.1.46 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1009">#1009</a>)</li>
<li>Google Material Icons Outlined v104 -> v105 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1010">#1010</a>)</li> <li>Google Material Icons Outlined v104 -> v105 (<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 -> v104 (<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>
</ul> </ul>
</div> </div>
<div id="generator-section"> <div id="generator-section">

View File

@ -57,16 +57,16 @@
font-family: 'Material Icons Sharp'; font-family: 'Material Icons Sharp';
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
src: url('./materialiconssharp/v104/MaterialIconsSharp.woff2') format('woff2'); src: url('./materialiconssharp/v105/MaterialIconsSharp.woff2') format('woff2');
/* src: url(https://fonts.gstatic.com/s/materialiconssharp/v104/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvR.woff2) format('woff2'); */ /* src: url(https://fonts.gstatic.com/s/materialiconssharp/v105/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvR.woff2) format('woff2'); */
} }
@font-face { @font-face {
font-family: 'Google Material Icons Sharp'; font-family: 'Google Material Icons Sharp';
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
src: url('./materialiconssharp/v104/MaterialIconsSharp.woff2') format('woff2'); src: url('./materialiconssharp/v105/MaterialIconsSharp.woff2') format('woff2');
/* src: url(https://fonts.gstatic.com/s/materialiconssharp/v104/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvR.woff2) format('woff2'); */ /* src: url(https://fonts.gstatic.com/s/materialiconssharp/v105/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvR.woff2) format('woff2'); */
} }
@font-face { @font-face {