diff --git a/client/assets/fonts.css b/client/assets/fonts.css index 79b871ffd..f25432bcd 100644 --- a/client/assets/fonts.css +++ b/client/assets/fonts.css @@ -2,14 +2,14 @@ font-family: 'Material Symbols Rounded'; font-style: normal; font-weight: 400; - src: url(~static/fonts/MaterialSymbolsRounded-lite.woff2) format('woff2'); + src: url(~static/fonts/MaterialSymbolsRounded-400.woff2) format('woff2'); } @font-face { font-family: 'Material Symbols Outlined'; font-style: normal; font-weight: 400; - src: url(~static/fonts/MaterialSymbolsOutlined-lite.woff2) format('woff2'); + src: url(~static/fonts/MaterialSymbolsOutlined-400.woff2) format('woff2'); } .material-symbols { diff --git a/client/static/fonts/MaterialSymbolsOutlined-lite.woff2 b/client/static/fonts/MaterialSymbolsOutlined-400.woff2 similarity index 100% rename from client/static/fonts/MaterialSymbolsOutlined-lite.woff2 rename to client/static/fonts/MaterialSymbolsOutlined-400.woff2 diff --git a/client/static/fonts/MaterialSymbolsRounded-lite.woff2 b/client/static/fonts/MaterialSymbolsRounded-400.woff2 similarity index 100% rename from client/static/fonts/MaterialSymbolsRounded-lite.woff2 rename to client/static/fonts/MaterialSymbolsRounded-400.woff2