overleaf/services/web/frontend/fonts/material-symbols.css
Alf Eaton 4dcdd2e07a Add font-weight range and remove webkit prefix for Material Symbols (#11730)
GitOrigin-RevId: ac43016319c9e0903d71bef7350b6299b8246027
2023-02-17 09:04:55 +00:00

25 lines
664 B
CSS

@font-face {
font-family: 'Material Symbols Rounded';
font-style: normal;
font-weight: 100 700;
font-display: block;
src: url('material-symbols/MaterialSymbolsRounded[FILL,GRAD,opsz,wght].woff2')
format('woff2');
}
.material-symbols-rounded {
font-family: 'Material Symbols Rounded';
font-weight: normal;
font-style: normal;
font-size: 20px;
font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 20;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
font-feature-settings: 'liga';
-webkit-font-smoothing: antialiased;
}