Change font to Arimo
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2024-04-22 17:26:22 -04:00
parent 7ef3ff5126
commit 2c4e4a17f0
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
2 changed files with 6 additions and 2 deletions

View file

@ -4,6 +4,10 @@
--gap: calc(1rem * 12.5 / 16);
}
body {
font-family: 'Arimo', sans-serif;
}
.w-layout-vflex {
flex-direction: column;
align-items: flex-start;