mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
fix: add Knewave css font
This commit is contained in:
@@ -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" }}
|
||||
>
|
||||
<span className="text-2xl font-light text-accent">Pi</span>
|
||||
<DotIcon weight="fill" size={12} className="text-accent translate-y-[0.3em] -mx-px" />
|
||||
<DotIcon
|
||||
weight="fill"
|
||||
size={12}
|
||||
className="text-accent translate-y-[0.3em] -mx-px"
|
||||
/>
|
||||
<span className="text-2xl font-light text-accent">Ku</span>
|
||||
<DotIcon weight="fill" size={12} className="text-accent translate-y-[0.3em] -mx-px" />
|
||||
<DotIcon
|
||||
weight="fill"
|
||||
size={12}
|
||||
className="text-accent translate-y-[0.3em] -mx-px"
|
||||
/>
|
||||
</span>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user