Skip to content

Commit

Permalink
feat: use the correct font for material symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
Romuald Caplier committed May 30, 2024
1 parent 4624644 commit 3b87461
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/assets/css/materials-symbols-outline.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
@font-face {
font-family: 'MaterialSymbolsOutlined';
font-family: 'Material Symbols Outlined';
font-style: normal;
font-weight: 100700;
src: url(../fonts/MaterialIconsOutlined-Regular.otf) format('opentype');
font-weight: 100 700;
src: url(../fonts/MaterialSymbolsOutlined.woff2) format('woff2');
}

.material-symbols-outlined {
font-family: 'MaterialSymbolsOutlined';
font-family: 'Material Symbols Outlined';
font-weight: normal;
font-style: normal;
font-size: 24px;
Expand Down
Binary file not shown.

0 comments on commit 3b87461

Please sign in to comment.