Skip to content

Commit

Permalink
add Material Icons to css
Browse files Browse the repository at this point in the history
  • Loading branch information
krmanik committed Apr 29, 2024
1 parent 47fb21f commit 435c6ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dict/contants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,8 @@ const DECK_CSS =
src: local("Material Icons"), local("MaterialIcons-Regular"),
url(_MaterialIcons-Regular.woff2) format("woff2"),
url(_MaterialIcons-Regular.woff) format("woff"),
url(_MaterialIcons-Regular.ttf) format("truetype");
url(_MaterialIcons-Regular.ttf) format("truetype"),
url(https://fonts.gstatic.com/s/materialicons/v141/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}
.material-icons {
Expand Down

0 comments on commit 435c6ed

Please sign in to comment.