add material symbols

This commit is contained in:
Ncam Gnrvngu 2025-05-28 19:15:27 +02:00
parent 0d8042914e
commit f895565fa9
Signed by: NcamGnrvngu
GPG key ID: BBF21CBE5628BA99
112 changed files with 11808 additions and 1 deletions

26
sass/_icons.scss Normal file
View file

@ -0,0 +1,26 @@
/*
* SPDX-FileCopyrightText: 2025 Ncam Gnrvngu <info@ncamgnrvngu.eu>
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
@font-face {
font-family: 'Material Symbols Sharp';
font-style: normal;
src: url(/font/material-symbols/MaterialSymbolsSharp[FILL,GRAD,opsz,wght].woff2) format('woff2');
}
.material-symbols-sharp {
font-family: 'Material Symbols Sharp';
font-weight: normal;
font-style: normal;
font-size: 40px;
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
font-variation-settings: 'FILL' 1;
}