mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-25 14:26:39 +00:00
still messing with colors
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { Metadata } from "next";
|
||||
import "./globals.css";
|
||||
import { Inter, Open_Sans, Roboto } from "next/font/google";
|
||||
import { Inter, Manrope, Open_Sans, Roboto } from "next/font/google";
|
||||
import { Toaster } from "@/components/ui/toaster";
|
||||
import { ThemeProvider } from "@app/providers/ThemeProvider";
|
||||
|
||||
@@ -9,8 +9,7 @@ export const metadata: Metadata = {
|
||||
description: "",
|
||||
};
|
||||
|
||||
// const font = Inter({ subsets: ["latin"] });
|
||||
const font = Open_Sans({ subsets: ["latin"] });
|
||||
const font = Inter({ subsets: ["latin"] });
|
||||
|
||||
export default async function RootLayout({
|
||||
children,
|
||||
|
||||
Reference in New Issue
Block a user