diff --git a/wiki/layout.html b/wiki/layout.html index 3b00f5eaf4f7576d530042bd65bc226ee22896bf..7614a7247d72237f89a0491754354ccd4a06070f 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>