(feat): call improvements #18

Merged
raketentriebwerksventil merged 11 commits from dev into main 2026-06-09 17:15:01 +03:00
Showing only changes of commit 18e507b439 - Show all commits

(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

Alois 2026-06-04 22:29:20 +02:00

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;
}