diff --git a/client/assets/fonts.css b/client/assets/fonts.css index 4e280dc93..79b871ffd 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[FILL,GRAD,opsz,wght].woff2) format('woff2'); + src: url(~static/fonts/MaterialSymbolsRounded-lite.woff2) format('woff2'); } @font-face { font-family: 'Material Symbols Outlined'; font-style: normal; font-weight: 400; - src: url(~static/fonts/MaterialSymbolsOutlined[FILL,GRAD,opsz,wght].woff2) format('woff2'); + src: url(~static/fonts/MaterialSymbolsOutlined-lite.woff2) format('woff2'); } .material-symbols { @@ -320,4 +320,4 @@ font-display: swap; src: url(~static/fonts/Ubuntu_Mono/UbuntuMono-Regular.ttf) format('truetype'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; -} +} \ No newline at end of file diff --git a/client/static/fonts/MaterialSymbolsOutlined-lite.woff2 b/client/static/fonts/MaterialSymbolsOutlined-lite.woff2 new file mode 100644 index 000000000..f823fa0c4 Binary files /dev/null and b/client/static/fonts/MaterialSymbolsOutlined-lite.woff2 differ diff --git a/client/static/fonts/MaterialSymbolsOutlined[FILL,GRAD,opsz,wght].woff2 b/client/static/fonts/MaterialSymbolsOutlined[FILL,GRAD,opsz,wght].woff2 deleted file mode 100644 index f62e84aa7..000000000 Binary files a/client/static/fonts/MaterialSymbolsOutlined[FILL,GRAD,opsz,wght].woff2 and /dev/null differ diff --git a/client/static/fonts/MaterialSymbolsRounded-lite.woff2 b/client/static/fonts/MaterialSymbolsRounded-lite.woff2 new file mode 100644 index 000000000..cb9e10d22 Binary files /dev/null and b/client/static/fonts/MaterialSymbolsRounded-lite.woff2 differ diff --git a/client/static/fonts/MaterialSymbolsRounded[FILL,GRAD,opsz,wght].woff2 b/client/static/fonts/MaterialSymbolsRounded[FILL,GRAD,opsz,wght].woff2 deleted file mode 100644 index 02f60c326..000000000 Binary files a/client/static/fonts/MaterialSymbolsRounded[FILL,GRAD,opsz,wght].woff2 and /dev/null differ