diff --git a/assets-common/css/materials-symbols-outline.css b/assets-common/css/materials-symbols-outline.css index ba0a703b95..2210b3d949 100644 --- a/assets-common/css/materials-symbols-outline.css +++ b/assets-common/css/materials-symbols-outline.css @@ -1,12 +1,15 @@ +/* downloaded from https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200 */ + +/* fallback */ @font-face { - font-family: 'MaterialSymbolsOutlined'; + font-family: 'Material Symbols Outlined'; font-style: normal; - font-weight: 100700; - src: url(../fonts/MaterialIconsOutlined-Regular.otf) format('opentype'); + font-weight: 100 700; + src: url(../fonts/MaterialSymbolsOutlined.woff2) format('woff2'); } .material-symbols-outlined { - font-family: 'MaterialSymbolsOutlined'; + font-family: 'Material Symbols Outlined'; font-weight: normal; font-style: normal; font-size: 24px; diff --git a/assets-common/fonts/MaterialIconsOutlined-Regular.otf b/assets-common/fonts/MaterialIconsOutlined-Regular.otf deleted file mode 100644 index b83f54c348..0000000000 Binary files a/assets-common/fonts/MaterialIconsOutlined-Regular.otf and /dev/null differ diff --git a/assets-common/fonts/MaterialSymbolsOutlined.woff2 b/assets-common/fonts/MaterialSymbolsOutlined.woff2 new file mode 100644 index 0000000000..77a5192c10 Binary files /dev/null and b/assets-common/fonts/MaterialSymbolsOutlined.woff2 differ