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-family: 'Material Symbols Outlined';
|
||||
font-style: normal;
|
||||
font-weight: 200;
|
||||
src: url('./font.woff2') format('woff2');
|
||||
font-weight: 100;
|
||||
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-weight: normal;
|
||||
font-style: normal;
|
||||
|
|
@ -16,7 +23,6 @@
|
|||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
word-wrap: normal;
|
||||
direction: ltr;
|
||||
-moz-font-feature-settings: 'liga';
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
font-size: 1.5rem;
|
||||
font-weight: 100;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user