use better source for aileron font
the previous one had incorrect font weight variants
This commit is contained in:
parent
383ba50d67
commit
4a0551c731
7 changed files with 10 additions and 14 deletions
|
@ -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' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue