Google Material Icons Round v105 -> v106 (#1065)
This commit is contained in:
parent
69e07db212
commit
ebe541e06b
|
@ -1851,7 +1851,7 @@ 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/v107/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2
|
||||
https://fonts.gstatic.com/s/materialiconsround/v105/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2
|
||||
https://fonts.gstatic.com/s/materialiconsround/v106/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/v135/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2
|
||||
|
|
|
@ -222,7 +222,7 @@ targets.setLastVersion = function (type, version) {
|
|||
// just for testing ----------------------------------------------
|
||||
if (type.startsWith('/materialicons/')) return 'v135';
|
||||
if (type.startsWith('/materialiconsoutlined/')) return 'v107';
|
||||
if (type.startsWith('/materialiconsround/')) return 'v105';
|
||||
if (type.startsWith('/materialiconsround/')) return 'v106';
|
||||
if (type.startsWith('/materialiconssharp/')) return 'v106';
|
||||
if (type.startsWith('/materialiconstwotone/')) return 'v109';
|
||||
// ---------------------------------------------------------------
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
<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>
|
||||
<li>Google Material Icons Outlined v106 -> v107 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1065">#1065</a>)</li>
|
||||
<li>Google Material Icons Round v105 -> v106 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1065">#1065</a>)</li>
|
||||
</ul>
|
||||
<p>Added</p>
|
||||
<ul>
|
||||
|
|
|
@ -41,16 +41,16 @@
|
|||
font-family: 'Material Icons Round';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('./materialiconsround/v105/MaterialIconsRound.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialiconsround/v105/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2) format('woff2'); */
|
||||
src: url('./materialiconsround/v106/MaterialIconsRound.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialiconsround/v106/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2) format('woff2'); */
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Google Material Icons Round';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('./materialiconsround/v105/MaterialIconsRound.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialiconsround/v105/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2) format('woff2'); */
|
||||
src: url('./materialiconsround/v106/MaterialIconsRound.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialiconsround/v106/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2) format('woff2'); */
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue