Test new Inter font

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2023-08-22 21:19:13 +02:00
parent 564b53c8b2
commit cb269723c6
2 changed files with 4 additions and 0 deletions

View file

@ -5,6 +5,7 @@ body {
margin: 1rem;
padding: 0;
font-family:
"Inter",
-apple-system,
BlinkMacSystemFont,
"segoe ui",

View file

@ -56,6 +56,9 @@
<link href="{{ get_url(path="main.css", cachebust=true) }}" rel="stylesheet" type="text/css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter&display=swap" rel="stylesheet">
<title>{{ resource.title }}</title>
{%- if lang == config.default_language %}