Updated: Google Material Icons v88 -> v90 (#510)
This commit is contained in:
parent
7db1893ded
commit
b3fccc0c01
|
@ -1605,7 +1605,7 @@ https://cdn.jsdelivr.net/npm/videojs-seek-buttons@2.0.1/dist/videojs-seek-button
|
|||
https://cdn.jsdelivr.net/npm/videojs-seek-buttons@2.0.1/dist/videojs-seek-buttons.min.js
|
||||
https://cdn.jsdelivr.net/npm/vue@1.0.28/dist/vue.min.js
|
||||
https://cdn.jsdelivr.net/npm/vue@2.6.14/dist/vue.min.js
|
||||
https://fonts.gstatic.com/s/materialicons/v88/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2
|
||||
https://fonts.gstatic.com/s/materialicons/v90/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2
|
||||
https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css
|
||||
https://raw.githubusercontent.com/jquery-validation/jquery-validation/1.19.3/dist/jquery.validate.min.js
|
||||
https://raw.githubusercontent.com/pagekit/vue-resource/1.5.2/dist/vue-resource.min.js
|
||||
|
|
|
@ -291,7 +291,7 @@ targets.setLastVersion = function (type, version) {
|
|||
} else if (type.startsWith('/google-material-design-icons/')) {
|
||||
return '3.0.1';
|
||||
} else if (type.startsWith('/google-material-design-icons/')) {
|
||||
return 'v88';
|
||||
return 'v90';
|
||||
} else if (type.startsWith('/highlight.js/11.')) {
|
||||
return '11.0.1';
|
||||
} else if (type.startsWith('/highlight.js/10.')) {
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
<li>Fixed: Framework counter in options page</li>
|
||||
<li>Added: alpinejs v2.8.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/508">#508</a>)</li>
|
||||
<li>Updated: algoliasearch v4.9.1 -> v4.9.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/509">#509</a>)</li>
|
||||
<li>Updated: Google Material Icons v88 -> v90 (<a href="https://codeberg.org/nobody/LocalCDN/issues/510">#510</a>)</li>
|
||||
</ul>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
font-family: 'Material Icons';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('./v88/MaterialIcons.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialicons/v88/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
|
||||
src: url('./v90/MaterialIcons.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialicons/v90/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
|
||||
}
|
||||
|
||||
.material-icons {
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue