diff --git a/public/index.html b/public/index.html
index d25841de292ce0285ca1f755dfee4e6ec6fc514e..0e299c280842cf31b34a2521c20edd7094a3723c 100644
--- a/public/index.html
+++ b/public/index.html
@@ -15,6 +15,8 @@
 
     <!-- Google Fonts -->
     <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Nunito:300,300i,400,400i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
+    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
+
 
     <!-- Vendor CSS Files -->
     <link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
@@ -217,7 +219,9 @@
   50% { transform: translateY(-12px); }
   100% { transform: translateY(0px); }
 }
-
+body {
+  font-family: 'Inter', sans-serif;
+}
 </style>
 
   <!-- =======================================================