Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Alexander Borsuk
cb269723c6 Test new Inter font
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-09-14 21:41:29 +02:00
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 %}