diff --git a/app/layout.js b/app/layout.js index ccad2b9..ec4026e 100644 --- a/app/layout.js +++ b/app/layout.js @@ -1,4 +1,4 @@ -import { Geist, Geist_Mono, Monoton } from "next/font/google"; +import { Geist, Geist_Mono, Monoton, Manrope } from "next/font/google"; import "./globals.css"; const geistSans = Geist({ @@ -17,6 +17,11 @@ const monoton = Monoton({ weight: "400", }); +const manrope = Manrope({ + variable: "--font-manrope", + subsets: ["latin"], +}) + export const metadata = { title: "Game-changer: How do the major sports events influence YouTube engagement?", description: "Created by Robodatapioneers2024", @@ -26,7 +31,7 @@ export default function RootLayout({ children }) { return (
{children} diff --git a/app/lda_texts.js b/app/lda_texts.js index 82c073c..1770966 100644 --- a/app/lda_texts.js +++ b/app/lda_texts.js @@ -1,7 +1,7 @@ function worldCupLDA() { return (Delving into the FIFA World Cup section of our analysis, our{" "} LDA model uncovered a rich tapestry of themes diff --git a/app/page.js b/app/page.js index c7b85b0..39c7813 100644 --- a/app/page.js +++ b/app/page.js @@ -48,7 +48,7 @@ function VariableChooserComponent({ Title, variables, children }) { return (