Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
icco committed Dec 16, 2023
1 parent bc30425 commit d925a56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import "./globals.css"

import type { Metadata } from "next"
import { Roboto } from "next/font/google"
import { Archivo } from "next/font/google"

import Footer from "@/components/Footer"
import Header from "@/components/Header"

const font = Roboto({
const font = Archivo({
weight: "400",
subsets: ["latin"],
})
Expand Down

0 comments on commit d925a56

Please sign in to comment.