From db2b5e5a72a7bd519a3476a77470e42f3bed5d30 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 18 Jul 2023 14:17:24 -0400 Subject: Fonts and image changes --- app/layout.js | 6 +++--- app/page.js | 16 ++++++++-------- 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'app') diff --git a/app/layout.js b/app/layout.js index d357551..1726682 100644 --- a/app/layout.js +++ b/app/layout.js @@ -1,9 +1,9 @@ import './globals.css' -import { Exo } from 'next/font/google' +import {Exo, Open_Sans} from 'next/font/google' import Navbar from "@/components/Navbar"; import PSA from "@/components/PSA"; -const exo = Exo({ subsets: ['latin'] }) +const font = Open_Sans({ subsets: ['latin'] }) export const metadata = { title: { @@ -16,7 +16,7 @@ export const metadata = { export default function RootLayout({ children }) { return ( - +
aircs.racing ↗
diff --git a/app/page.js b/app/page.js index b518096..f166e24 100644 --- a/app/page.js +++ b/app/page.js @@ -15,7 +15,7 @@ export default function Home() {
-

Welcome to Southeastern Islands

+

Welcome to Southeastern Islands

The official website of the Government of Southeastern Islands

@@ -23,34 +23,34 @@ export default function Home() {
  • -

    Swamp Island

    +

    Swamp Island

    Leader: Alee

    Capital of Southeastern Islands and the original home of MinePot

  • -
    +
    -

    Nexus Underground

    +

    Nexus Underground

    Vacant

    Home to MinePot Barton Centre and athletics

  • -
    +
    -

    Longhorn Hills

    +

    Longhorn Hills

    Leader: Raina

    A city that floats in the sky

  • -
    +
    -

    Foret Quebec

    +

    Foret Quebec

    Leader: Idk837384

    Where all things tech-related lie

    -- cgit v1.2.3