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:
@@ -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" }}>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user