mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-05-07 20:32:26 +00:00
15 lines
440 B
CSS
15 lines
440 B
CSS
/* Import shared solidtime styles from UI package */
|
|
@import '../js/packages/ui/styles.css';
|
|
|
|
/* Main app specific styles - Inter font */
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
src:
|
|
url('/fonts/InterVariable.woff2') format('woff2'),
|
|
url('/fonts/InterVariable.ttf') format('truetype');
|
|
font-weight: 100 900;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11';
|
|
}
|