Skip to content

Commit 0f6c01b

Browse files
fix: material icon display
1 parent 24c1440 commit 0f6c01b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/styles/utilities/_utils.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ body {
22
overflow-x: hidden;
33
}
44

5+
.material-icons {
6+
font-family: 'Material Icons', sans-serif;
7+
}
8+
59
//Preloader
610
#preloader {
711
position: fixed;

0 commit comments

Comments
 (0)