new color scheme?

This commit is contained in:
Milo Schwartz 2024-10-15 23:52:58 -04:00
parent 84e118d1fa
commit b651fabfcd
No known key found for this signature in database
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,