Add custom font utilities for Fluxgore and Gotham Pro
- Introduced local font loading for Fluxgore with italic style. - Added comprehensive font definitions for Gotham Pro, including various weights and styles (black, bold, light, medium, and regular). - Organized font paths for better maintainability and clarity.
This commit is contained in:
+11
-3
@@ -1,9 +1,17 @@
|
||||
import Cover from "@/components/Cover";
|
||||
import Info from "@/components/Info";
|
||||
import Navbar from "@/components/Navbar";
|
||||
import Video from "@/components/Video";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<main className="flex-col min-h-full">
|
||||
<Cover />
|
||||
</main>
|
||||
<>
|
||||
<Navbar />
|
||||
<main className="flex-col min-h-full">
|
||||
<Cover />
|
||||
<Info />
|
||||
<Video />
|
||||
</main>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user