new font and realized that vh doesn't handle zoom very well
This commit is contained in:
parent
1cc38deead
commit
98029e2bf6
2 changed files with 3 additions and 2 deletions
1
notes
1
notes
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue