diff --git a/client/assets/fonts.css b/client/assets/fonts.css index 92f8222dae..4e280dc935 100644 --- a/client/assets/fonts.css +++ b/client/assets/fonts.css @@ -12,35 +12,6 @@ src: url(~static/fonts/MaterialSymbolsOutlined[FILL,GRAD,opsz,wght].woff2) format('woff2'); } -@font-face { - font-family: 'Material Icons'; - font-style: normal; - font-weight: 400; - src: url(~static/fonts/MaterialIcons.woff2) format('woff2'); -} - -@font-face { - font-family: 'Material Icons Outlined'; - font-style: normal; - font-weight: 400; - src: url(~static/fonts/MaterialIconsOutlined.woff2) format('woff2'); -} - -.material-icons { - font-family: 'Material Icons'; - font-weight: normal; - font-style: normal; - line-height: 1; - letter-spacing: normal; - text-transform: none; - display: inline-block; - white-space: nowrap; - word-wrap: normal; - direction: ltr; - -webkit-font-smoothing: antialiased; - vertical-align: top; -} - .material-symbols { font-family: 'Material Symbols Rounded'; font-weight: normal; @@ -57,26 +28,8 @@ } .material-symbols.fill { - font-variation-settings: - 'FILL' 1 -} - -.material-icons:not([class*="text-"]) { - font-size: 1.5rem; -} - -.material-icons-outlined { - font-family: 'Material Icons Outlined'; - font-weight: normal; - font-style: normal; - line-height: 1; - letter-spacing: normal; - text-transform: none; - display: inline-block; - white-space: nowrap; - word-wrap: normal; - direction: ltr; - -webkit-font-smoothing: antialiased; + font-variation-settings: + 'FILL' 1 } .material-symbols-outlined { @@ -95,12 +48,8 @@ } .material-symbols-outlined.fill { - font-variation-settings: - 'FILL' 1 -} - -.material-icons-outlined:not([class*="text-"]) { - font-size: 1.5rem; + font-variation-settings: + 'FILL' 1 } /* cyrillic-ext */ @@ -371,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/MaterialIcons.woff2 b/client/static/fonts/MaterialIcons.woff2 deleted file mode 100644 index 28fc9e48d6..0000000000 Binary files a/client/static/fonts/MaterialIcons.woff2 and /dev/null differ diff --git a/client/static/fonts/MaterialIconsOutlined.woff2 b/client/static/fonts/MaterialIconsOutlined.woff2 deleted file mode 100644 index aa2ef9c1b5..0000000000 Binary files a/client/static/fonts/MaterialIconsOutlined.woff2 and /dev/null differ