1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 17:05:32 -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

View File

@@ -91,11 +91,13 @@ const Wave = styled("span", {
const Sup = styled("sup", {
margin: "0 0.15em",
fontSize: "0.65em",
fontSize: "0.6em",
});
const PGPKey = styled("code", {
marginLeft: "0.15em",
fontSize: "1.1em",
fontWeight: 500,
wordSpacing: "-0.4em",
});