fix: tweak font size
All checks were successful
ci / build (push) Successful in 32s
ci / publish-docs (push) Successful in 44s
ci / publish (push) Successful in 13s

This commit is contained in:
Matthew McPeak 2026-07-16 13:27:30 -04:00
parent 895497ee8a
commit 0ae1caaf5a
Signed by: McPeakML
GPG key ID: 3D64A2E70F58D07C

View file

@ -173,7 +173,7 @@
}
html {
font-family: var(--font-sans);
font-size: 16px;
font-size: 14px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}