mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-03-12 17:40:17 +01:00
Fixed: Google Material Icons v138 (#1116)
This commit is contained in:
parent
d32f6056f5
commit
15aa3bec33
@ -25,9 +25,9 @@
|
||||
<h2>New in LocalCDN:</h2>
|
||||
</div>
|
||||
<div class="release-notes-area">
|
||||
<p></p>
|
||||
<p>Fixed</p>
|
||||
<ul>
|
||||
<li></li>
|
||||
<li>Google Material Icons v138 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1116">#1116</a>)</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="generator-section">
|
||||
|
@ -9,16 +9,16 @@
|
||||
font-family: 'Material Icons';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('./materialicons/v135/MaterialIcons.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialicons/v135/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
|
||||
src: url('./materialicons/v138/MaterialIcons.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialicons/v138/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Google Material Icons';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('./materialicons/v135/MaterialIcons.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialicons/v135/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
|
||||
src: url('./materialicons/v138/MaterialIcons.woff2') format('woff2');
|
||||
/* src: url(https://fonts.gstatic.com/s/materialicons/v138/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
Loading…
x
Reference in New Issue
Block a user