Resources/fonts/googleicons/styles.css
2023-10-19 21:44:09 +00:00

28 lines
621 B
CSS

/* fallback */
@font-face {
font-family: 'Material Symbols Outlined';
font-style: normal;
font-weight: 100;
src: url('./100.woff2') format('woff2');
}
@font-face {
font-family: 'Material Symbols Outlined';
font-style: normal;
font-weight: 200;
src: url('./200.woff2') format('woff2');
}
.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;
}