mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-09-08 21:25:34 -04:00
enable vercel analytics
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// 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";
|
||||
export { default as ComicNeue } from "./loaders/ComicNeue";
|
||||
Reference in New Issue
Block a user