(feat): use Inter instead of the system font for ui
All checks were successful
/ build-web (push) Successful in 1m16s
/ build-desktop (linux) (push) Successful in 6m25s
/ build-mobile (push) Successful in 12m25s
/ release (push) Successful in 32s

This commit is contained in:
Alois 2026-06-04 22:29:20 +02:00
commit 18e507b439

View file

@ -7,6 +7,8 @@
@source "../../../packages/**/src/**/*.{ts,tsx}";
@theme {
--font-sans: "Inter Variable", sans-serif;
--animate-wiggle: wiggle 0.5s ease-in-out infinite;
@keyframes wiggle {
@ -28,6 +30,10 @@ body,
overflow: hidden;
}
body {
font-family: "Inter Variable", sans-serif;
}
#root {
min-height: 0;
}