mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-03-13 10:00:16 +01:00
Updated: Google Material Fonts v87 -> v88 (#476)
This commit is contained in:
parent
31799e18df
commit
e34d84e1a5
@ -1292,7 +1292,7 @@ https://cdn.jsdelivr.net/npm/swiper@6.6.1/swiper-bundle.min.js
|
|||||||
https://cdn.jsdelivr.net/npm/urlize.js/urlize.js
|
https://cdn.jsdelivr.net/npm/urlize.js/urlize.js
|
||||||
https://cdn.jsdelivr.net/npm/videojs-seek-buttons@1.6.0/dist/videojs-seek-buttons.css
|
https://cdn.jsdelivr.net/npm/videojs-seek-buttons@1.6.0/dist/videojs-seek-buttons.css
|
||||||
https://cdn.jsdelivr.net/npm/videojs-seek-buttons@1.6.0/dist/videojs-seek-buttons.min.js
|
https://cdn.jsdelivr.net/npm/videojs-seek-buttons@1.6.0/dist/videojs-seek-buttons.min.js
|
||||||
https://fonts.gstatic.com/s/materialicons/v87/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2
|
https://fonts.gstatic.com/s/materialicons/v88/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/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/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
|
https://raw.githubusercontent.com/pagekit/vue-resource/1.5.2/dist/vue-resource.min.js
|
||||||
|
@ -287,7 +287,7 @@ targets.setLastVersion = function (type, version) {
|
|||||||
} else if (type.startsWith('/google-material-design-icons/')) {
|
} else if (type.startsWith('/google-material-design-icons/')) {
|
||||||
return '3.0.1';
|
return '3.0.1';
|
||||||
} else if (type.startsWith('/google-material-design-icons/')) {
|
} else if (type.startsWith('/google-material-design-icons/')) {
|
||||||
return 'v87';
|
return 'v88';
|
||||||
} else if (type.startsWith('/highlight.js/10.')) {
|
} else if (type.startsWith('/highlight.js/10.')) {
|
||||||
return '10.7.2';
|
return '10.7.2';
|
||||||
} else if (type.startsWith('/highlight.js/9.')) {
|
} else if (type.startsWith('/highlight.js/9.')) {
|
||||||
|
@ -9,8 +9,8 @@
|
|||||||
font-family: 'Material Icons';
|
font-family: 'Material Icons';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: url('./v87/MaterialIcons.woff2') format('woff2');
|
src: url('./v88/MaterialIcons.woff2') format('woff2');
|
||||||
/* src: url(https://fonts.gstatic.com/s/materialicons/v87/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
|
/* src: url(https://fonts.gstatic.com/s/materialicons/v88/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
|
||||||
}
|
}
|
||||||
|
|
||||||
.material-icons {
|
.material-icons {
|
||||||
|
Binary file not shown.
BIN
resources/google-material-design-icons/v88/MaterialIcons.woff2
Normal file
BIN
resources/google-material-design-icons/v88/MaterialIcons.woff2
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user