mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-28 21:45:58 -04:00
switch fonts to Geist Sans and Geist Mono (#1835)
* switch fonts to Geist Sans and Geist Mono * adjust font sizes slightly * fix lockfile * Update contact.tsx
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
// a weird system but makes it impossible to accidentally end up with multiple imports of the same font. see:
|
||||
// https://nextjs.org/docs/pages/building-your-application/optimizing/fonts#reusing-fonts
|
||||
|
||||
export { default as Inter } from "./loaders/Inter";
|
||||
export { default as SourceCodePro } from "./loaders/SourceCodePro";
|
||||
// main fonts
|
||||
export { default as GeistSans } from "./loaders/GeistSans";
|
||||
export { default as GeistMono } from "./loaders/GeistMono";
|
||||
|
||||
// one-off fonts
|
||||
export { default as ComicNeue } from "./loaders/ComicNeue";
|
||||
|
||||
Reference in New Issue
Block a user