mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-16 11:50:58 +01:00
Google Material Icons restructured
This commit is contained in:
parent
85bd827b87
commit
7be58d107c
@ -1920,11 +1920,11 @@ 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://cdn.jsdelivr.net/npm/vue-match-media@1.0.3/dist/index.min.js
|
||||
https://code.createjs.com/1.0.0/createjs.min.js
|
||||
https://fonts.gstatic.com/s/materialiconsoutlined/v103/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2
|
||||
https://fonts.gstatic.com/s/materialiconsround/v102/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2
|
||||
https://fonts.gstatic.com/s/materialiconssharp/v103/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvR.woff2
|
||||
https://fonts.gstatic.com/s/materialiconstwotone/v106/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0.woff2
|
||||
https://fonts.gstatic.com/s/materialicons/v128/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2
|
||||
https://fonts.gstatic.com/s/materialiconsoutlined/v104/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2
|
||||
https://fonts.gstatic.com/s/materialiconsround/v103/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2
|
||||
https://fonts.gstatic.com/s/materialiconssharp/v104/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvR.woff2
|
||||
https://fonts.gstatic.com/s/materialiconstwotone/v107/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0.woff2
|
||||
https://fonts.gstatic.com/s/materialicons/v129/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.4/dist/jquery.validate.min.js
|
||||
|
@ -438,16 +438,17 @@ function create_url() {
|
||||
elif [ "$folder" = "rocket-loader" ]; then
|
||||
url="$CLOUDFLARE_AJAX/7089c43e/cloudflare-static/rocket-loader.min.js"
|
||||
elif [ "$folder" = "google-material-design-icons" ]; then
|
||||
if [[ $file = "MaterialIcons.woff2" ]]; then
|
||||
url="$FONTSGSTATIC/s/materialicons/$version/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2"
|
||||
elif [[ $file = "MaterialIconsOutlined.woff2" ]]; then
|
||||
url="$FONTSGSTATIC/s/materialiconsoutlined/$version/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2"
|
||||
elif [[ $file = "MaterialIconsRound.woff2" ]]; then
|
||||
url="$FONTSGSTATIC/s/materialiconsround/$version/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2"
|
||||
elif [[ $file = "MaterialIconsSharp.woff2" ]]; then
|
||||
url="$FONTSGSTATIC/s/materialiconssharp/$version/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvR.woff2"
|
||||
elif [[ $file = "MaterialIconsTwoTone.woff2" ]]; then
|
||||
url="$FONTSGSTATIC/s/materialiconstwotone/$version/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0.woff2"
|
||||
googlefontversion=$(echo -e "$path" | cut -d"/" -f5)
|
||||
if [[ $subfile = "MaterialIcons.woff2" ]]; then
|
||||
url="$FONTSGSTATIC/s/materialicons/$googlefontversion/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2"
|
||||
elif [[ $subfile = "MaterialIconsOutlined.woff2" ]]; then
|
||||
url="$FONTSGSTATIC/s/materialiconsoutlined/$googlefontversion/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2"
|
||||
elif [[ $subfile = "MaterialIconsRound.woff2" ]]; then
|
||||
url="$FONTSGSTATIC/s/materialiconsround/$googlefontversion/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2"
|
||||
elif [[ $subfile = "MaterialIconsSharp.woff2" ]]; then
|
||||
url="$FONTSGSTATIC/s/materialiconssharp/$googlefontversion/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvR.woff2"
|
||||
elif [[ $subfile = "MaterialIconsTwoTone.woff2" ]]; then
|
||||
url="$FONTSGSTATIC/s/materialiconstwotone/$googlefontversion/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0.woff2"
|
||||
fi
|
||||
elif [ "$folder" = "object-assign" ]; then
|
||||
url="$JSDELIVR/npm/object-assign@4.1.1/index.js"
|
||||
|
@ -213,7 +213,6 @@ targets.setLastVersion = function (type, version) {
|
||||
if (type.startsWith('/gsap/1.')) return '1.20.5';
|
||||
if (type.startsWith('/gsap/2.')) return '2.1.3';
|
||||
if (type.startsWith('/gsap/3.')) return '3.10.4';
|
||||
if (type.startsWith('/google-material-design-icons/')) return 'v128';
|
||||
if (type.startsWith('/highlight.js/7.')) return '9.18.5';
|
||||
if (type.startsWith('/highlight.js/8.')) return '9.18.5';
|
||||
if (type.startsWith('/highlight.js/9.')) return '9.18.5';
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -9,72 +9,72 @@
|
||||
font-family: 'Material Icons';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('./v128/MaterialIcons.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialicons/v128/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
|
||||
src: url('./MaterialIcons/v129/MaterialIcons.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialicons/v129/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Google Material Icons';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('./v128/MaterialIcons.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialicons/v128/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
|
||||
src: url('./MaterialIcons/v129/MaterialIcons.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialicons/v129/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Material Icons Outlined';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('./v103/MaterialIconsOutlined.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v103/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format('woff2'); */
|
||||
src: url('./MaterialIconsOutlined/v104/MaterialIconsOutlined.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v104/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format('woff2'); */
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Google Material Icons Outlined';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('./v103/MaterialIconsOutlined.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v103/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format('woff2'); */
|
||||
src: url('./MaterialIconsOutlined/v104/MaterialIconsOutlined.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v104/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format('woff2'); */
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Material Icons Round';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('./v102/MaterialIconsRound.ttf') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialiconsround/v102/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2) format('woff2'); */
|
||||
src: url('./MaterialIconsRound/v103/MaterialIconsRound.ttf') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialiconsround/v103/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2) format('woff2'); */
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Google Material Icons Round';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('./v102/MaterialIconsRound.ttf') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialiconsround/v102/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2) format('woff2'); */
|
||||
src: url('./MaterialIconsRound/v103/MaterialIconsRound.ttf') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialiconsround/v103/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2) format('woff2'); */
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Material Icons Sharp';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('./v103/MaterialIconsSharp.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialiconssharp/v103/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvR.woff2) format('woff2'); */
|
||||
src: url('./MaterialIconsSharp/v104/MaterialIconsSharp.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialiconssharp/v104/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvR.woff2) format('woff2'); */
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Google Material Icons Sharp';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('./v103/MaterialIconsSharp.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialiconssharp/v103/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvR.woff2) format('woff2'); */
|
||||
src: url('./MaterialIconsSharp/v104/MaterialIconsSharp.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialiconssharp/v104/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvR.woff2) format('woff2'); */
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Material Icons Two Tone';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('./v106/MaterialIconsTwoTone.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialiconstwotone/v106/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0.woff2) format('woff2'); */
|
||||
src: url('./MaterialIconsTwoTone/v107/MaterialIconsTwoTone.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialiconstwotone/v107/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0.woff2) format('woff2'); */
|
||||
}
|
||||
|
||||
.material-icons {
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user