added fonts

This commit is contained in:
2025-07-02 11:28:41 +02:00
parent 4134e3a234
commit 142d2986b6
9079 changed files with 1498421 additions and 2 deletions
+7 -1
View File
@@ -1,12 +1,18 @@
"use client";
import { useState } from "react";
import { Vollkorn } from "next/font/google";
const vollkorn = Vollkorn({
weight: "600",
subsets: ["latin"],
});
export default function Nominations() {
const [songURL, setSongURL] = useState("");
return (
<main className="flex min-h-screen flex-col items-center justify-between p-24 bg-orange-200">
<h1 className="text-3xl font-bold">Nominaties</h1>
<h1 className={`${vollkorn.className} text-[42px]`}>Nominaties</h1>
<form className="flex flex-col items-center justify-between">
<label className="block w-lg text-gray-700 text-sm font-bold mb-2">