From 4dcdd2e07a686d7b016a2c030ff194d305a6f522 Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Thu, 16 Feb 2023 13:24:37 +0000 Subject: [PATCH] Add font-weight range and remove webkit prefix for Material Symbols (#11730) GitOrigin-RevId: ac43016319c9e0903d71bef7350b6299b8246027 --- services/web/frontend/fonts/material-symbols.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }