From 60cf82175a33cf28fb216182d025a85c178115a6 Mon Sep 17 00:00:00 2001 From: Traboulsi <salam.traboulsi@hft-stuttgart.de> Date: Wed, 28 May 2025 10:44:17 +0000 Subject: [PATCH] Update public/index.html --- public/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index d25841d..0e299c2 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> <!-- ======================================================= -- GitLab