From f65d5287e8737901ee10a4aa778f2f534922f77d Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Mon, 1 Dec 2025 21:09:32 +0700 Subject: font fixes --- frontend/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/style.css b/frontend/style.css index 1820d2b..b8a5d91 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -1,8 +1,8 @@ @font-face { - font-family: "Inter"; + font-family: "Interesting"; src: - url("/assets/fonts/Inter-VariableFont_opsz,wght.tff") - url("/assets/fonts/Inter-Italic-VariableFont_opsz,wght.tff"); + url("/assets/fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype"), + url("/assets/fonts/Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype"); } :root { @@ -22,7 +22,7 @@ body { flex-direction: column; gap: 16px; padding: 16px; - font-family: Inter, sans-serif; + font-family: "Interesting"; } .section-container { @@ -240,5 +240,5 @@ body { } button { - font-family: Inter, sans-serif; + font-family: "Interesting", sans-serif; } -- cgit v1.2.3