mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-03 12:47:40 +01:00
Google Material Icons TwoTone v109 -> v110 (#1065)
This commit is contained in:
parent
29447db6d1
commit
f698009322
@ -1853,7 +1853,7 @@ 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/materialiconsround/v106/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2
|
||||
https://fonts.gstatic.com/s/materialiconssharp/v107/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvR.woff2
|
||||
https://fonts.gstatic.com/s/materialiconstwotone/v109/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0.woff2
|
||||
https://fonts.gstatic.com/s/materialiconstwotone/v110/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0.woff2
|
||||
https://fonts.gstatic.com/s/materialicons/v135/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
|
||||
|
@ -224,7 +224,7 @@ targets.setLastVersion = function (type, version) {
|
||||
if (type.startsWith('/materialiconsoutlined/')) return 'v107';
|
||||
if (type.startsWith('/materialiconsround/')) return 'v106';
|
||||
if (type.startsWith('/materialiconssharp/')) return 'v107';
|
||||
if (type.startsWith('/materialiconstwotone/')) return 'v109';
|
||||
if (type.startsWith('/materialiconstwotone/')) return 'v110';
|
||||
// ---------------------------------------------------------------
|
||||
|
||||
if (type.startsWith('/highlight.js/7.')) return '9.18.5';
|
||||
|
@ -40,6 +40,7 @@
|
||||
<li>Google Material Icons Outlined v106 -> v107 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1065">#1065</a>)</li>
|
||||
<li>Google Material Icons Round v105 -> v106 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1065">#1065</a>)</li>
|
||||
<li>Google Material Icons Sharp v106 -> v107 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1065">#1065</a>)</li>
|
||||
<li>Google Material Icons TwoTone v109 -> v110 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1065">#1065</a>)</li>
|
||||
</ul>
|
||||
<p>Added</p>
|
||||
<ul>
|
||||
|
@ -73,8 +73,8 @@
|
||||
font-family: 'Material Icons Two Tone';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('./materialiconstwotone/v109/MaterialIconsTwoTone.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialiconstwotone/v109/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0.woff2) format('woff2'); */
|
||||
src: url('./materialiconstwotone/v110/MaterialIconsTwoTone.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialiconstwotone/v110/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0.woff2) format('woff2'); */
|
||||
}
|
||||
|
||||
.material-icons {
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user