use better source for aileron font

the previous one had incorrect font weight variants
This commit is contained in:
Lyn Fugmann 2024-09-20 13:22:58 +02:00
parent 383ba50d67
commit 4a0551c731
7 changed files with 10 additions and 14 deletions

View file

@ -10,7 +10,7 @@ eleventyComputed:
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% if title %}{{ title }} | {% endif %}ESE {{ year }}</title>
<link rel="stylesheet" href="{% getBundleFileUrl "css" %}">
<link rel="stylesheet" href="/fonts/aileron.css">
<link rel="stylesheet" href="/aileron.lite.min.css">
</head>
<body>
{% include 'header.njk' %}