mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Add font-weight range and remove webkit prefix for Material Symbols (#11730)
GitOrigin-RevId: ac43016319c9e0903d71bef7350b6299b8246027
This commit is contained in:
parent
6175df9f95
commit
4dcdd2e07a
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue