mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
f67d517582
[web] Implement new enterprises/business page GitOrigin-RevId: 456834604a51cb0a9a5de0c3ac406f33069df9fb
32 lines
749 B
CSS
32 lines
749 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 {
|
|
font-family: 'Material Symbols Rounded';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-size: 20px;
|
|
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.material-symbols-rounded {
|
|
font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 20;
|
|
}
|
|
|
|
.material-symbols-xl {
|
|
font-size: 56px;
|
|
}
|