1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-18 15:05:32 -04:00

refactor font loaders/declarations

This commit is contained in:
2025-04-02 13:49:43 -04:00
parent 5c0e473bbe
commit 2b7f3c66a9
21 changed files with 237 additions and 227 deletions

View File

@@ -99,7 +99,7 @@ const ContactForm = () => {
<Link href="https://jarv.is" plain openInNewTab>
links
</Link>
](https://jarv.is), and <code>`code`</code>.
](https://jarv.is), and <code style={{ fontFamily: "var(--fonts-mono)" }}>`code`</code>.
</div>
<div style={{ margin: "1em 0" }}>

View File

@@ -29,7 +29,14 @@ const Page = () => {
<p>
🔐 You can grab my public key here:{" "}
<Link href="https://jrvs.io/pgp" title="My Public Key">
<code style={{ fontSize: "0.925em", letterSpacing: "0.075em", wordSpacing: "-0.3em" }}>
<code
style={{
fontFamily: "var(--fonts-mono)",
fontSize: "0.925em",
letterSpacing: "0.075em",
wordSpacing: "-0.3em",
}}
>
6BF3 79D3 6F67 1480 2B0C 9CF2 51E6 9A39
</code>
</Link>