Add font-weight range and remove webkit prefix for Material Symbols (#11730)

GitOrigin-RevId: ac43016319c9e0903d71bef7350b6299b8246027
This commit is contained in:
Alf Eaton 2023-02-16 13:24:37 +00:00 committed by Copybot
parent 6175df9f95
commit 4dcdd2e07a

View file

@ -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;
}