new font and realized that vh doesn't handle zoom very well

This commit is contained in:
Pagwin 2024-11-13 23:12:33 -05:00
parent 1cc38deead
commit 98029e2bf6
No known key found for this signature in database
GPG key ID: 81137023740CA260
2 changed files with 3 additions and 2 deletions

1
notes
View file

@ -20,6 +20,7 @@ https://web.dev/articles/optimize-webfont-loading
noted fonts:
Piazzolla https://piazzolla.huertatipografica.com/
Atkinson Hyperlegible Font https://www.brailleinstitute.org/freefont/
Marek Slab
ET Book https://edwardtufte.github.io/et-book/
Hanuman https://fonts.google.com/specimen/Hanuman
TT2020 https://www.fontspace.com/tt2020-font-f42044

View file

@ -3,7 +3,7 @@
@layer baseline {
:root {
--base-text-size: 2vh;
--base-text-size: 1.1rem;
}
body {
padding: 0px;
@ -23,7 +23,7 @@ a:hover {
}
.nav-link{
font-size: 3vh;
font-size: 2rem;
padding: 0em 0.25em;
border-radius: 0.5rem;
}