Skip to content

Commit

Permalink
fix: fixed icons in old browsers (#268)
Browse files Browse the repository at this point in the history
- fixed new icons in old browsers.
  • Loading branch information
dnzbk authored May 8, 2024
1 parent b9e51d4 commit 0391607
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions webui/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ html {
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 100 700;
src: local('material-icons'),
url(lib/material-icons.woff2) format('woff2'),
font-weight: normal;
src: url(lib/material-icons.woff2) format('woff2');
}

.material-icon {
Expand Down

0 comments on commit 0391607

Please sign in to comment.