Test new Inter font
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
564b53c8b2
commit
cb269723c6
2 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,7 @@ body {
|
|||
margin: 1rem;
|
||||
padding: 0;
|
||||
font-family:
|
||||
"Inter",
|
||||
-apple-system,
|
||||
BlinkMacSystemFont,
|
||||
"segoe ui",
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Reference in a new issue