Commit 1a788057 authored by Nick's avatar Nick

fix: material icons font fallback

parent e2518c7a
......@@ -9,7 +9,7 @@
}
.material-icons {
font-family: 'Material Icons';
font-family: 'Material Icons', sans-serif;
font-weight: normal;
font-style: normal;
font-size: 24px; /* Preferred icon size */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment