Commit 60cf8217 authored by Traboulsi's avatar Traboulsi
Browse files

Update public/index.html

parent c50d7d74
Pipeline #11179 passed with stage
in 8 seconds
Showing with 5 additions and 1 deletion
+5 -1
...@@ -15,6 +15,8 @@ ...@@ -15,6 +15,8 @@
<!-- Google Fonts --> <!-- 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/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 --> <!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
...@@ -217,7 +219,9 @@ ...@@ -217,7 +219,9 @@
50% { transform: translateY(-12px); } 50% { transform: translateY(-12px); }
100% { transform: translateY(0px); } 100% { transform: translateY(0px); }
} }
body {
font-family: 'Inter', sans-serif;
}
</style> </style>
<!-- ======================================================= <!-- =======================================================
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment