Skip to content

Commit

Permalink
Merge pull request #80 from camptocamp/add-outlined-icon
Browse files Browse the repository at this point in the history
Use complete material font
  • Loading branch information
tkohr authored Jun 7, 2024
2 parents 4624644 + a9792a7 commit 06cc1a5
Show file tree
Hide file tree
Showing 3 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.
Binary file not shown.

0 comments on commit 06cc1a5

Please sign in to comment.