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