mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-10 12:46:37 +00:00
change font again
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { Metadata } from "next";
|
||||
import "./globals.css";
|
||||
import { IBM_Plex_Sans, Work_Sans } from "next/font/google";
|
||||
import { Figtree, IBM_Plex_Sans, Inter, Work_Sans } from "next/font/google";
|
||||
import { Toaster } from "@/components/ui/toaster";
|
||||
import { ThemeProvider } from "@app/providers/ThemeProvider";
|
||||
|
||||
@@ -11,9 +11,10 @@ export const metadata: Metadata = {
|
||||
|
||||
// const font = Inter({ subsets: ["latin"] });
|
||||
// const font = Noto_Sans_Mono({ subsets: ["latin"] });
|
||||
const font = Work_Sans({ subsets: ["latin"] });
|
||||
// const font = Work_Sans({ subsets: ["latin"] });
|
||||
// const font = Space_Grotesk({subsets: ["latin"]})
|
||||
// const font = IBM_Plex_Sans({subsets: ["latin"], weight: "400"})
|
||||
const font = Figtree({ subsets: ["latin"] });
|
||||
|
||||
export default async function RootLayout({
|
||||
children,
|
||||
|
||||
Reference in New Issue
Block a user