mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-01-28 01:59:18 +01:00
Google Material Icons Outlined v104 -> v105 (#1010)
This commit is contained in:
parent
ab7a598546
commit
0ce4180c46
@ -1843,7 +1843,7 @@ 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/v104/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2
|
||||
https://fonts.gstatic.com/s/materialiconsoutlined/v105/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
|
||||
|
@ -216,7 +216,7 @@ targets.setLastVersion = function (type, version) {
|
||||
|
||||
// just for testing ----------------------------------------------
|
||||
if (type.startsWith('/materialicons/')) return 'v129';
|
||||
if (type.startsWith('/materialiconsoutlined/')) return 'v104';
|
||||
if (type.startsWith('/materialiconsoutlined/')) return 'v105';
|
||||
if (type.startsWith('/materialiconsround/')) return 'v103';
|
||||
if (type.startsWith('/materialiconssharp/')) return 'v104';
|
||||
if (type.startsWith('/materialiconstwotone/')) return 'v107';
|
||||
|
@ -29,6 +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.46 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1009">#1009</a>)</li>
|
||||
<li>Google Material Icons Outlined v104 -> v105 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1010">#1010</a>)</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="generator-section">
|
||||
|
@ -25,16 +25,16 @@
|
||||
font-family: 'Material Icons Outlined';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('./materialiconsoutlined/v104/MaterialIconsOutlined.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v104/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format('woff2'); */
|
||||
src: url('./materialiconsoutlined/v105/MaterialIconsOutlined.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v105/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format('woff2'); */
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Google Material Icons Outlined';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('./materialiconsoutlined/v104/MaterialIconsOutlined.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v104/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format('woff2'); */
|
||||
src: url('./materialiconsoutlined/v105/MaterialIconsOutlined.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v105/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format('woff2'); */
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user