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;