mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-19 02:04:30 +02:00
add some more icons
This commit is contained in:
parent
3c7b2c03f8
commit
587bb758a2
6 changed files with 24 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
import type { Metadata } from "next";
|
||||
import "./globals.css";
|
||||
import { Fira_Sans, Inter } from "next/font/google";
|
||||
import { Fira_Sans, Inter, Noto_Sans_Mono, Roboto_Mono } from "next/font/google";
|
||||
import { Toaster } from "@/components/ui/toaster";
|
||||
import { ThemeProvider } from "@app/providers/ThemeProvider";
|
||||
|
||||
|
@ -10,6 +10,7 @@ export const metadata: Metadata = {
|
|||
};
|
||||
|
||||
const font = Inter({ subsets: ["latin"] });
|
||||
// const font = Noto_Sans_Mono({ subsets: ["latin"] });
|
||||
|
||||
export default async function RootLayout({
|
||||
children,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue