diff --git a/_components/Header.tsx b/_components/Header.tsx index 26f6e2e..a5df589 100644 --- a/_components/Header.tsx +++ b/_components/Header.tsx @@ -106,9 +106,7 @@ const Header: FC = () => { - - Login - + Login diff --git a/tailwind.config.ts b/tailwind.config.ts index b9414f0..48ef42e 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -16,9 +16,6 @@ const config: Config = { "2/1": "2/1", }, backgroundImage: {}, - fontFamily: { - sans: ["Roboto Flex", "sans-serif"], // Apply Roboto Flex to sans family - }, }, }, darkMode: "class",