mirror of
https://github.com/Karaka-Management/Resources.git
synced 2026-01-10 21:08:41 +00:00
28 lines
621 B
CSS
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;
|
|
} |