Skip to content

Commit

Permalink
style: update Quivr font
Browse files Browse the repository at this point in the history
  • Loading branch information
mamadoudicko committed Dec 12, 2023
1 parent 8818dc4 commit 1822863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createServerComponentSupabaseClient } from "@supabase/auth-helpers-nextjs";
import { Analytics as VercelAnalytics } from "@vercel/analytics/react";
import { Inter } from "next/font/google";
import { Outfit } from "next/font/google";
import { cookies, headers } from "next/headers";

import { ToastProvider } from "@/lib/components/ui/Toast";
Expand All @@ -10,7 +10,7 @@ import { SupabaseProvider } from "@/lib/context/SupabaseProvider";
import { App } from "./App";
import "./globals.css";

const inter = Inter({ subsets: ["latin"] });
const inter = Outfit({ subsets: ["latin"], weight: "400" });

export const metadata = {
title: "Quivr - Get a Second Brain with Generative AI",
Expand Down

0 comments on commit 1822863

Please sign in to comment.