optional font and accesibility

This commit is contained in:
Daniel Kauss Serna 2026-02-03 11:59:13 +01:00
parent acebe8903a
commit a8b26c1661
2 changed files with 88 additions and 88 deletions

View file

@ -47,9 +47,9 @@
}
@font-face {
font-family: Geo;
src: url("/Geo-Regular.woff2");
/* url of the font */
font-family: Geo;
font-display: optional;
}
/* idk this is good? */
@ -182,7 +182,7 @@ figure {
figcaption {
font-size: 0.9rem;
color: var(--grey-muted);
color: var(--ui-blue);
margin-top: 5px;
text-align: right;
}