From 92cd20cdf24ab5bb41ab75ce91598cc45ffbb540 Mon Sep 17 00:00:00 2001 From: Arina Filatova <a.filatova@student.maastrichtuniversity.nl> Date: Tue, 9 Jul 2024 07:39:56 +0000 Subject: [PATCH] Update file layout.html --- wiki/layout.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wiki/layout.html b/wiki/layout.html index 3b00f5e..7614a72 100644 --- a/wiki/layout.html +++ b/wiki/layout.html @@ -14,6 +14,8 @@ <link href="{{ url_for('static', filename = 'style.css') }}" rel="stylesheet"> <!-- Google Fonts --> + <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=Red+Hat+Display&display=swap" rel="stylesheet"> <title>{% block title %}{% endblock %} | MSP-Maastricht - iGEM 2024</title> -- GitLab