From f9563359af32cd9e0073f04a5e56b46e4e104758 Mon Sep 17 00:00:00 2001
From: Arina Filatova <a.filatova@student.maastrichtuniversity.nl>
Date: Tue, 9 Jul 2024 07:37:51 +0000
Subject: [PATCH] Update file layout.html

---
 wiki/layout.html | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/wiki/layout.html b/wiki/layout.html
index 7b5d97f..3b00f5e 100644
--- a/wiki/layout.html
+++ b/wiki/layout.html
@@ -13,10 +13,13 @@
     <!-- Custom CSS -->
     <link href="{{ url_for('static', filename = 'style.css') }}" rel="stylesheet">
 
+    <!-- Google Fonts -->
+    <link href="https://fonts.googleapis.com/css2?family=Red+Hat+Display&display=swap" rel="stylesheet">
+
     <title>{% block title %}{% endblock %} | MSP-Maastricht - iGEM 2024</title>
     <style>
       body {
-        font-family: 'Montserrat', sans-serif; 
+        font-family: "Red Hat Display", sans-serif;
       }
     </style>
 </head>
-- 
GitLab