mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-28 19:15:50 +00:00
43 lines
1.0 KiB
CSS
43 lines
1.0 KiB
CSS
/* Manrope */
|
|
@font-face {
|
|
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
|
font-family: 'Manrope';
|
|
font-weight: 450 900;
|
|
src: url('./manrope/Manrope-VariableFont_wght.ttf') format('truetype')
|
|
}
|
|
|
|
|
|
/* // href: 'https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20,200,0,-25',
|
|
*/
|
|
@font-face {
|
|
font-family: 'Material Symbols';
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
src: url(./material.woff2) format('woff2');
|
|
}
|
|
|
|
.material-symbols {
|
|
font-family: 'Material Symbols';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
line-height: 1;
|
|
letter-spacing: normal;
|
|
text-transform: none;
|
|
display: inline-block;
|
|
white-space: nowrap;
|
|
word-wrap: normal;
|
|
direction: ltr;
|
|
font-weight: 300;
|
|
-webkit-font-feature-settings: 'liga';
|
|
-webkit-font-smoothing: antialiased;
|
|
font-size: 1rem;
|
|
user-select: none;
|
|
}
|
|
|
|
.nc-fonts-not-loaded {
|
|
.material-symbols {
|
|
opacity: 0;
|
|
width: 0 !important;
|
|
}
|
|
}
|