1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-23 04:55:59 -04:00

switch monospace font to Source Code Pro

This commit is contained in:
2022-11-12 13:09:32 -05:00
parent d297a26628
commit 279688b89f
6 changed files with 10 additions and 7 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import {
Inter as InterLoader,
Roboto_Mono as RobotoMonoLoader,
Source_Code_Pro as SourceCodeProLoader,
Comic_Neue as ComicNeueLoader,
} from "@next/font/google";
@@ -13,7 +13,7 @@ export const Inter = InterLoader({
preload: true,
});
export const RobotoMono = RobotoMonoLoader({
export const SourceCodePro = SourceCodeProLoader({
weight: "variable",
display: "fallback",
preload: true,