mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-05 20:15:31 -04:00
refactor: update font imports and variables
- Replaced GeistSans and GeistMono with Inter and JetBrainsMono in globals.css and layout.tsx. - Updated font variable names to reflect the new font choices in fonts.ts.
This commit is contained in:
@@ -9,15 +9,14 @@ const Footer = () => {
|
||||
<Link href="/license" className="underline underline-offset-4">
|
||||
{siteConfig.license}
|
||||
</Link>
|
||||
. Code is{" "}
|
||||
. View source on{" "}
|
||||
<a
|
||||
href={`https://github.com/${env.NEXT_PUBLIC_GITHUB_REPO}`}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
title="View Source on GitHub"
|
||||
className="underline underline-offset-4"
|
||||
>
|
||||
open source
|
||||
GitHub
|
||||
</a>
|
||||
.
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user