Google Material Icons v103 -> v107 (#698)
This commit is contained in:
parent
2c94c0e6af
commit
c8a9883fc5
|
@ -298,7 +298,7 @@ targets.setLastVersion = function (type, version) {
|
||||||
} else if (type.startsWith('/gsap/3.')) {
|
} else if (type.startsWith('/gsap/3.')) {
|
||||||
return '3.7.1';
|
return '3.7.1';
|
||||||
} else if (type.startsWith('/google-material-design-icons/')) {
|
} else if (type.startsWith('/google-material-design-icons/')) {
|
||||||
return 'v103';
|
return 'v107';
|
||||||
} else if (type.startsWith('/highlight.js/7.')) {
|
} else if (type.startsWith('/highlight.js/7.')) {
|
||||||
return '9.18.5';
|
return '9.18.5';
|
||||||
} else if (type.startsWith('/highlight.js/8.')) {
|
} else if (type.startsWith('/highlight.js/8.')) {
|
||||||
|
|
|
@ -25,9 +25,9 @@
|
||||||
<h2>New in LocalCDN:</h2>
|
<h2>New in LocalCDN:</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="release-notes-area">
|
<div class="release-notes-area">
|
||||||
<p></p>
|
<p>Updated</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li></li>
|
<li>Google Material Icons v103 -> v107 (<a href="https://codeberg.org/nobody/LocalCDN/issues/698">#698</a>)</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div id="generator-section">
|
<div id="generator-section">
|
||||||
|
|
|
@ -9,16 +9,16 @@
|
||||||
font-family: 'Material Icons';
|
font-family: 'Material Icons';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: url('./v103/MaterialIcons.woff2') format('woff2');
|
src: url('./v107/MaterialIcons.woff2') format('woff2');
|
||||||
/* src: url(https://fonts.gstatic.com/s/materialicons/v103/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
|
/* src: url(https://fonts.gstatic.com/s/materialicons/v107/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Google Material Icons';
|
font-family: 'Google Material Icons';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: url('./v103/MaterialIcons.woff2') format('woff2');
|
src: url('./v107/MaterialIcons.woff2') format('woff2');
|
||||||
/* src: url(https://fonts.gstatic.com/s/materialicons/v103/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
|
/* src: url(https://fonts.gstatic.com/s/materialicons/v107/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
|
||||||
}
|
}
|
||||||
|
|
||||||
.material-icons {
|
.material-icons {
|
||||||
|
|
Loading…
Reference in New Issue