chore: include 400 font weight

This commit is contained in:
Oliver Davies 2022-02-24 00:16:23 +00:00
parent 383a4fd2f4
commit 58deb43a76

View file

@ -3,7 +3,7 @@
<head>
<link type="text/css" rel="stylesheet" href="/build/app.css"/>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,700;1,300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300&display=swap" rel="stylesheet">
{% include 'meta' with { page, site } only %}