diff --git a/src/components/header.tsx b/src/components/header.tsx
index 434a419..27e9138 100644
--- a/src/components/header.tsx
+++ b/src/components/header.tsx
@@ -19,7 +19,7 @@ const useStyles = createStyles((theme) => ({
},
title: {
- fontFamily: 'Ninja Naruto Regular',
+ fontFamily: 'Ninja Naruto Regular, Inter',
lineHeight: '56px',
fontWeight: 300,
marginTop: '10px',
@@ -88,7 +88,7 @@ export function KaizokuHeader({ links }: HeaderSearchProps) {
-
+
Kaizoku