add aileron font

This commit is contained in:
Lyn Fugmann 2024-09-15 17:23:25 +02:00
parent 5cdcab9907
commit 383ba50d67
4 changed files with 15 additions and 2 deletions

View file

@ -10,6 +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">
</head>
<body>
{% include 'header.njk' %}