From 3898cb5726815450adc848ca0338089f7ae1f50d Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 10 Apr 2026 15:36:13 +0530 Subject: [PATCH] refactor: scope knewave font to Logo --- frontend/src/components/Logo.tsx | 16 +++++++++------- frontend/src/index.css | 1 - 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/frontend/src/components/Logo.tsx b/frontend/src/components/Logo.tsx index 3709643..76a8517 100644 --- a/frontend/src/components/Logo.tsx +++ b/frontend/src/components/Logo.tsx @@ -2,13 +2,15 @@ import { DotIcon } from "@phosphor-icons/react" import "@fontsource/knewave" export default function Logo() { - return ( -
-  Pi - - Ku - -
+ + Pi + + Ku + + ); } diff --git a/frontend/src/index.css b/frontend/src/index.css index bd0e23f..50c2291 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -37,7 +37,6 @@ } @theme { - --font-logo: "Knewave", system-ui; --font-display: "Playwrite HR Lijeva Variable", cursive; --font-sans: "Jost Variable", sans-serif; --font-serif: "Playfair Display Variable", serif;