Resources/fonts/googleicons/styles.css
Dennis Eichhorn c7073266d1 crash backup
2025-03-21 02:48:21 +00:00

30 lines
669 B
CSS

/* fallback */
@font-face {
font-family: 'Material Symbols Outlined';
font-style: normal;
font-weight: 100;
src: url('./100.woff2') format('woff2');
font-display: swap;
}
@font-face {
font-family: 'Material Symbols Outlined';
font-style: normal;
font-weight: 200;
src: url('./200.woff2') format('woff2');
font-display: swap;
}
.g-icon {
font-family: 'Material Symbols Outlined';
font-weight: normal;
font-style: normal;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
font-size: 1.5rem;
font-weight: 100;
}