feat: load Inter as Webfont

I received confirmation that Inter is meant to be used for the whole
application. Therefore I'm loading it from a remote server.

Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
This commit is contained in:
André Jaenisch 2024-03-03 14:52:41 +01:00
parent 6e03027b4c
commit 87af757874
No known key found for this signature in database
GPG key ID: 5A668E771F1ED854

View file

@ -0,0 +1,2 @@
<link rel="preconnect" href="https://rsms.me/" />
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />