mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-01-29 02:29:44 +01:00
Google Material Icons v94 -> v98 (#640)
This commit is contained in:
parent
58493317b6
commit
fd6ed3cc49
@ -1642,7 +1642,7 @@ https://cdn.jsdelivr.net/npm/videojs-seek-buttons@2.1.0/dist/videojs-seek-button
|
||||
https://cdn.jsdelivr.net/npm/videojs-seek-buttons@2.1.0/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/v94/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2
|
||||
https://fonts.gstatic.com/s/materialicons/v98/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
|
||||
https://raw.githubusercontent.com/jquery-validation/jquery-validation/1.19.3/dist/jquery.validate.min.js
|
||||
|
@ -308,7 +308,7 @@ targets.setLastVersion = function (type, version) {
|
||||
} else if (type.startsWith('/gsap/3.')) {
|
||||
return '3.7.1';
|
||||
} else if (type.startsWith('/google-material-design-icons/')) {
|
||||
return 'v94';
|
||||
return 'v98';
|
||||
} else if (type.startsWith('/highlight.js/7.')) {
|
||||
return '9.18.5';
|
||||
} else if (type.startsWith('/highlight.js/8.')) {
|
||||
|
@ -37,6 +37,7 @@
|
||||
<li>lightgallery v2.1.8 -> v2.2.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/637">#637</a>)</li>
|
||||
<li>hls.js v1.0.9 -> v1.0.10 (<a href="https://codeberg.org/nobody/LocalCDN/issues/638">#638</a>)</li>
|
||||
<li>libphonenumber-js v1.9.23 -> v1.9.24 (<a href="https://codeberg.org/nobody/LocalCDN/issues/639">#639</a>)</li>
|
||||
<li>Google Material Icons v94 -> v98 (<a href="https://codeberg.org/nobody/LocalCDN/issues/640">#640</a>)</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="generator-section">
|
||||
|
@ -9,16 +9,16 @@
|
||||
font-family: 'Material Icons';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('./v94/MaterialIcons.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialicons/v92/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
|
||||
src: url('./v98/MaterialIcons.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialicons/v98/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Google Material Icons';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('./v94/MaterialIcons.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialicons/v92/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
|
||||
src: url('./v98/MaterialIcons.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialicons/v98/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
|
||||
}
|
||||
|
||||
.material-icons {
|
||||
|
Binary file not shown.
BIN
resources/google-material-design-icons/v98/MaterialIcons.woff2
Normal file
BIN
resources/google-material-design-icons/v98/MaterialIcons.woff2
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user