mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 20:25:32 -04:00
enable vercel analytics
This commit is contained in:
13
lib/styles/fonts/loaders/ComicNeue.ts
Normal file
13
lib/styles/fonts/loaders/ComicNeue.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Comic_Neue as ComicNeueLoader } from "next/font/google";
|
||||
|
||||
const ComicNeue = ComicNeueLoader({
|
||||
weight: ["400", "700"],
|
||||
style: ["normal", "italic"],
|
||||
subsets: ["latin"],
|
||||
display: "swap",
|
||||
fallback: ["'Comic Sans MS'", "'Comic Sans'"],
|
||||
adjustFontFallback: false,
|
||||
preload: false,
|
||||
});
|
||||
|
||||
export default ComicNeue;
|
Reference in New Issue
Block a user