mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
25 lines
467 B
CSS
25 lines
467 B
CSS
@import '@documenso/ui/styles/theme.css';
|
|
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
src: url('/public/fonts/inter-regular.ttf') format('ttf');
|
|
/* font-weight: 400;
|
|
font-style: normal;
|
|
font-display: swap; */
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Caveat';
|
|
src: url('/public/fonts/caveat.ttf') format('ttf');
|
|
/* font-weight: 400;
|
|
font-style: normal;
|
|
font-display: swap; */
|
|
}
|
|
|
|
@layer base {
|
|
:root {
|
|
--font-sans: 'Inter';
|
|
--font-signature: 'Caveat';
|
|
}
|
|
}
|