mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
6cc2db3cdd
Upgrade Prettier to v3 GitOrigin-RevId: 6f1338f196408f3edb4892d5220ad3665ff1a5bc
36 lines
839 B
CSS
36 lines
839 B
CSS
@font-face {
|
|
font-family: 'Material Symbols Rounded';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-display: block;
|
|
/*
|
|
Generated from MaterialSymbolsRounded[FILL,GRAD,opsz,wght].woff2 with specific values:
|
|
'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 20
|
|
*/
|
|
src: url('material-symbols/MaterialSymbolsRoundedSlice.woff2') format('woff2');
|
|
}
|
|
|
|
.material-symbols {
|
|
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;
|
|
}
|
|
|
|
.material-symbols-xl {
|
|
font-size: 56px;
|
|
}
|