mirror of
https://github.com/Karaka-Management/Resources.git
synced 2026-01-10 21:08:41 +00:00
change icon font to google icons
This commit is contained in:
parent
fc3dc43bcf
commit
9704a7363a
BIN
fonts/googleicons/100.woff2
Normal file
BIN
fonts/googleicons/100.woff2
Normal file
Binary file not shown.
BIN
fonts/googleicons/200.woff2
Normal file
BIN
fonts/googleicons/200.woff2
Normal file
Binary file not shown.
Binary file not shown.
|
|
@ -2,11 +2,18 @@
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Material Symbols Outlined';
|
font-family: 'Material Symbols Outlined';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 200;
|
font-weight: 100;
|
||||||
src: url('./font.woff2') format('woff2');
|
src: url('./100.woff2') format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
.material-symbols-outlined {
|
@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-family: 'Material Symbols Outlined';
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
|
@ -16,7 +23,6 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
word-wrap: normal;
|
word-wrap: normal;
|
||||||
direction: ltr;
|
font-size: 1.5rem;
|
||||||
-moz-font-feature-settings: 'liga';
|
font-weight: 100;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user