Google Material Icons v133 -> v134 (#1010)
This commit is contained in:
parent
21b3803e5f
commit
7ffa12c305
|
@ -1852,7 +1852,7 @@ https://fonts.gstatic.com/s/materialiconsoutlined/v106/gok-H7zzDkdnRel8-DQ6KAXJ6
|
|||
https://fonts.gstatic.com/s/materialiconsround/v105/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2
|
||||
https://fonts.gstatic.com/s/materialiconssharp/v106/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvR.woff2
|
||||
https://fonts.gstatic.com/s/materialiconstwotone/v109/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0.woff2
|
||||
https://fonts.gstatic.com/s/materialicons/v133/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2
|
||||
https://fonts.gstatic.com/s/materialicons/v134/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
|
||||
|
|
|
@ -221,7 +221,7 @@ targets.setLastVersion = function (type, version) {
|
|||
if (type.startsWith('/gsap/3.')) return '3.10.4';
|
||||
|
||||
// just for testing ----------------------------------------------
|
||||
if (type.startsWith('/materialicons/')) return 'v133';
|
||||
if (type.startsWith('/materialicons/')) return 'v134';
|
||||
if (type.startsWith('/materialiconsoutlined/')) return 'v106';
|
||||
if (type.startsWith('/materialiconsround/')) return 'v105';
|
||||
if (type.startsWith('/materialiconssharp/')) return 'v106';
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<ul>
|
||||
<li>izimodal v1.6.0 -> v1.6.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1008">#1008</a>)</li>
|
||||
<li>findify-bundle v7.1.43 -> v7.1.49 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1009">#1009</a>)</li>
|
||||
<li>Google Material Icons v129 -> v133 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1010">#1010</a>)</li>
|
||||
<li>Google Material Icons v129 -> v134 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1010">#1010</a>)</li>
|
||||
<li>Google Material Icons Outlined v104 -> v106 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1010">#1010</a>)</li>
|
||||
<li>Google Material Icons Round v103 -> v105 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1010">#1010</a>)</li>
|
||||
<li>Google Material Icons Sharp v104 -> v106 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1010">#1010</a>)</li>
|
||||
|
|
|
@ -9,16 +9,16 @@
|
|||
font-family: 'Material Icons';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('./materialicons/v133/MaterialIcons.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialicons/v133/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
|
||||
src: url('./materialicons/v134/MaterialIcons.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialicons/v134/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Google Material Icons';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('./materialicons/v133/MaterialIcons.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialicons/v133/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
|
||||
src: url('./materialicons/v134/MaterialIcons.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialicons/v134/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue