Google Material Icons TwoTone v110 -> v111 (#1108)
This commit is contained in:
parent
3fc6423f29
commit
3357930a54
|
@ -1861,7 +1861,7 @@ https://code.createjs.com/1.0.0/createjs.min.js
|
|||
https://fonts.gstatic.com/s/materialiconsoutlined/v108/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2
|
||||
https://fonts.gstatic.com/s/materialiconsround/v107/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2
|
||||
https://fonts.gstatic.com/s/materialiconssharp/v108/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvR.woff2
|
||||
https://fonts.gstatic.com/s/materialiconstwotone/v110/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0.woff2
|
||||
https://fonts.gstatic.com/s/materialiconstwotone/v111/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 'v108';
|
||||
if (type.startsWith('/materialiconsround/')) return 'v107';
|
||||
if (type.startsWith('/materialiconssharp/')) return 'v108';
|
||||
if (type.startsWith('/materialiconstwotone/')) return 'v110';
|
||||
if (type.startsWith('/materialiconstwotone/')) return 'v111';
|
||||
// ---------------------------------------------------------------
|
||||
|
||||
if (type.startsWith('/highlight.js/7.')) return '9.18.5';
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
<li>Google Material Icons Outlined v107 -> v108 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1108">#1108</a>)</li>
|
||||
<li>Google Material Icons Round v106 -> v107 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1108">#1108</a>)</li>
|
||||
<li>Google Material Icons Sharp v107 -> v108 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1108">#1108</a>)</li>
|
||||
<li>Google Material Icons TwoTone v110 -> v111 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1108">#1108</a>)</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="generator-section">
|
||||
|
|
|
@ -73,8 +73,8 @@
|
|||
font-family: 'Material Icons Two Tone';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('./materialiconstwotone/v110/MaterialIconsTwoTone.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialiconstwotone/v110/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0.woff2) format('woff2'); */
|
||||
src: url('./materialiconstwotone/v111/MaterialIconsTwoTone.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialiconstwotone/v111/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0.woff2) format('woff2'); */
|
||||
}
|
||||
|
||||
.material-icons {
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue