mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-13 18:30:40 +01:00
Google Material Icons v134 -> v135 (#1065)
This commit is contained in:
parent
0d1554ac20
commit
6f9f3433a0
@ -1854,7 +1854,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/v134/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2
|
||||
https://fonts.gstatic.com/s/materialicons/v135/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.5/dist/jquery.validate.min.js
|
||||
|
@ -220,7 +220,7 @@ targets.setLastVersion = function (type, version) {
|
||||
if (type.startsWith('/gsap/3.')) return '3.10.4';
|
||||
|
||||
// just for testing ----------------------------------------------
|
||||
if (type.startsWith('/materialicons/')) return 'v134';
|
||||
if (type.startsWith('/materialicons/')) return 'v135';
|
||||
if (type.startsWith('/materialiconsoutlined/')) return 'v106';
|
||||
if (type.startsWith('/materialiconsround/')) return 'v105';
|
||||
if (type.startsWith('/materialiconssharp/')) return 'v106';
|
||||
|
@ -36,6 +36,7 @@
|
||||
<li>instantsearch.js v4.43.0 -> v4.43.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1061">#1061</a>)</li>
|
||||
<li>libphonenumber-js v1.10.7 -> v1.10.9 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1062">#1062</a>)</li>
|
||||
<li>algoliasearch v4.13.1 -> v4.14.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1064">#1064</a>)</li>
|
||||
<li>Google Material Icons v134 -> v135 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1065">#1065</a>)</li>
|
||||
</ul>
|
||||
<p>Added</p>
|
||||
<ul>
|
||||
|
@ -9,16 +9,16 @@
|
||||
font-family: 'Material Icons';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('./materialicons/v134/MaterialIcons.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialicons/v134/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
|
||||
src: url('./materialicons/v135/MaterialIcons.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialicons/v135/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Google Material Icons';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('./materialicons/v134/MaterialIcons.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialicons/v134/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
|
||||
src: url('./materialicons/v135/MaterialIcons.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialicons/v135/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user