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:
10
lib/styles/fonts/loaders/SourceCodePro.ts
Normal file
10
lib/styles/fonts/loaders/SourceCodePro.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Source_Code_Pro as SourceCodeProLoader } from "next/font/google";
|
||||
|
||||
const SourceCodePro = SourceCodeProLoader({
|
||||
weight: "variable",
|
||||
subsets: ["latin"],
|
||||
display: "fallback",
|
||||
preload: true,
|
||||
});
|
||||
|
||||
export default SourceCodePro;
|
Reference in New Issue
Block a user