From 43aff49c8e8587fe85befe2b6df89ae58cd7ba43 Mon Sep 17 00:00:00 2001
From: Roland Bernard <rolbernard@unibz.it>
Date: Mon, 29 Mar 2021 19:11:17 +0200
Subject: [PATCH] Fixed the fonts

---
 src/index.html | 4 ++--
 src/team.html  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/index.html b/src/index.html
index a207aac..d115a00 100644
--- a/src/index.html
+++ b/src/index.html
@@ -37,7 +37,7 @@
             </font>
         </header>
         <main>
-            <font face="sans">
+            <font face="sans-serif">
                 <section class="hero">
                     <img src="img/header.jpg" alt="Productivity" width="100%">
                     <h1>{Catchphrase}</h1>
@@ -128,7 +128,7 @@
             </font>
         </main>
         <footer>
-            <font face="sans">
+            <font face="sans-serif">
                 <br><br><br><br><br><br>
                 <table width="100%" valign="top" cellpadding="10">
                     <tr>
diff --git a/src/team.html b/src/team.html
index c0c0b8d..f3f1166 100644
--- a/src/team.html
+++ b/src/team.html
@@ -38,7 +38,7 @@
             </font>
         </header>
         <main>
-            <font face="sans">
+            <font face="sans-serif">
                 <h1>Our Team</h1>
                 <section>
                     <p>
@@ -104,7 +104,7 @@
             </font>
         </main>
         <footer>
-            <font face="sans">
+            <font face="sans-serif">
                 <br><br><br><br><br><br>
                 <table width="100%" valign="top" cellpadding="10">
                     <tr>
-- 
GitLab