From 25f230e8c6dc860eb7333bc8d36b49c9b7c807b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Wed, 18 Sep 2024 15:31:20 +0200 Subject: [PATCH] typo in font extension --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index e91fcd0..128458e 100644 --- a/src/style.css +++ b/src/style.css @@ -1,6 +1,6 @@ @font-face { font-family: "Inter"; - src: url("fonts/Inter-Regular.tff"); + src: url("fonts/Inter-Regular.ttf"); font-weight: normal; font-style: normal; }