Skip to content

Commit

Permalink
fix(web): icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaUnknown committed Aug 24, 2024
1 parent 5d52386 commit c288725
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions web/src/lib/css.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
@import '@fontsource-variable/material-symbols-outlined/full.css';

.material-symbols-outlined {
font-family: "Material Symbols Outlined Variable";
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
font-feature-settings: "liga";
font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 64;
}

.filled {
font-variation-settings: 'FILL' 1;
}

.dark-mode {
background-color: #101113 !important;
}
Expand Down

0 comments on commit c288725

Please sign in to comment.