mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-14 21:20:50 -05:00
refactor font loaders/declarations
This commit is contained in:
@@ -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