switched fonts stuff

This commit is contained in:
Firq 2025-04-16 00:21:33 +02:00
parent 3f0d0ab3c4
commit f7c7408fdd
Signed by: Firq
GPG key ID: DCE182BA39C697B2
9 changed files with 18 additions and 14 deletions
src/components

View file

@ -20,7 +20,7 @@
font-size: 16px;
font-weight: 400;
line-height: 24px;
font-family: 'Work Sans Variable', sans-serif;
font-family: 'Work Sans Variable', system-ui, 'Segoe UI', sans-serif;
max-width: min(87.5%, 360px);
background-color: var(--c-primary-background);
color: var(--c-primary-text);