🐛 fix: remove flashing from header text (Firefox)

Loads a subset of the sans-serif font for the header.

Fixes #75
This commit is contained in:
welpo 2023-04-29 15:11:13 +02:00
parent 1c06c99047
commit a5981e6fdd
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6
13 changed files with 218 additions and 16 deletions

View file

@ -1,4 +1,5 @@
header {
font-family: 'Inter Subset', var(--sans-serif-font);
width: 100%;
.main {