diff --git a/services/web/frontend/fonts/material-symbols.css b/services/web/frontend/fonts/material-symbols.css index 8387df40a0..d63fc98598 100644 --- a/services/web/frontend/fonts/material-symbols.css +++ b/services/web/frontend/fonts/material-symbols.css @@ -1,7 +1,7 @@ @font-face { font-family: 'Material Symbols Rounded'; font-style: normal; - font-weight: 400; + font-weight: 100 700; font-display: block; src: url('material-symbols/MaterialSymbolsRounded[FILL,GRAD,opsz,wght].woff2') format('woff2'); @@ -20,6 +20,6 @@ white-space: nowrap; word-wrap: normal; direction: ltr; - -webkit-font-feature-settings: 'liga'; + font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; }