mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-01-28 01:59:18 +01:00
Google Material Icons TwoTone v108 -> v109 (#1010)
This commit is contained in:
parent
4bbc78a4c5
commit
88847b88bb
@ -1846,7 +1846,7 @@ 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/v105/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2
|
||||
https://fonts.gstatic.com/s/materialiconssharp/v106/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvR.woff2
|
||||
https://fonts.gstatic.com/s/materialiconstwotone/v108/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0.woff2
|
||||
https://fonts.gstatic.com/s/materialiconstwotone/v109/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0.woff2
|
||||
https://fonts.gstatic.com/s/materialicons/v130/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
|
||||
|
@ -219,7 +219,7 @@ targets.setLastVersion = function (type, version) {
|
||||
if (type.startsWith('/materialiconsoutlined/')) return 'v106';
|
||||
if (type.startsWith('/materialiconsround/')) return 'v105';
|
||||
if (type.startsWith('/materialiconssharp/')) return 'v106';
|
||||
if (type.startsWith('/materialiconstwotone/')) return 'v108';
|
||||
if (type.startsWith('/materialiconstwotone/')) return 'v109';
|
||||
// ---------------------------------------------------------------
|
||||
|
||||
if (type.startsWith('/highlight.js/7.')) return '9.18.5';
|
||||
|
@ -33,7 +33,7 @@
|
||||
<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 -> v105 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1010">#1010</a>)</li>
|
||||
<li>Google Material Icons Sharp v104 -> v106 (<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>Google Material Icons TwoTone v107 -> v109 (<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>
|
||||
<li>video.js v7.20.0 -> v7.20.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1012">#1012</a>)</li>
|
||||
<li>instantsearch.js v4.40.6 -> v4.41.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1013">#1013</a>)</li>
|
||||
|
@ -73,8 +73,8 @@
|
||||
font-family: 'Material Icons Two Tone';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('./materialiconstwotone/v108/MaterialIconsTwoTone.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialiconstwotone/v108/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0.woff2) format('woff2'); */
|
||||
src: url('./materialiconstwotone/v109/MaterialIconsTwoTone.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialiconstwotone/v109/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0.woff2) format('woff2'); */
|
||||
}
|
||||
|
||||
.material-icons {
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user