diff --git a/frontend/src/components/Logo.tsx b/frontend/src/components/Logo.tsx index 76a8517..0e9d79d 100644 --- a/frontend/src/components/Logo.tsx +++ b/frontend/src/components/Logo.tsx @@ -1,5 +1,5 @@ -import { DotIcon } from "@phosphor-icons/react" -import "@fontsource/knewave" +import { DotIcon } from "@phosphor-icons/react"; +import "@fontsource/knewave/400.css"; export default function Logo() { return ( @@ -8,9 +8,17 @@ export default function Logo() { style={{ fontFamily: "'Knewave', serif" }} > Pi - + Ku - + ); }