Skip to content

Commit

Permalink
chore(wc): fix font url for material icons
Browse files Browse the repository at this point in the history
  • Loading branch information
jahow committed Oct 20, 2023
1 parent f9b5801 commit 18cc423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/webcomponents/src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
font-family: 'Material Symbols Outlined';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v108/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2)
src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v138/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.woff2)
format('woff2');
}
.material-symbols-outlined {
Expand Down

0 comments on commit 18cc423

Please sign in to comment.