mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.0 KiB
42 lines
1.0 KiB
/* 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; |
|
} |
|
}
|
|
|