new color scheme?

This commit is contained in:
Milo Schwartz 2024-10-15 23:52:58 -04:00
parent 2eb2962b46
commit 7c8facdee1
7 changed files with 80 additions and 54 deletions

View file

@ -9,8 +9,8 @@ export const metadata: Metadata = {
description: "",
};
const font = Inter({ subsets: ["latin"] });
// const font = Open_Sans({ subsets: ["latin"] });
// const font = Inter({ subsets: ["latin"] });
const font = Open_Sans({ subsets: ["latin"] });
export default async function RootLayout({
children,