switch fonts to Geist Sans and Geist Mono (#1835)

* switch fonts to Geist Sans and Geist Mono

* adjust font sizes slightly

* fix lockfile

* Update contact.tsx
This commit is contained in:
2024-01-08 11:10:05 -05:00
committed by GitHub
parent ba7a9dc3f6
commit e877916f6f
19 changed files with 46 additions and 59 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ const Block = styled("div", {
display: "block",
overflowX: "auto",
padding: "1em",
fontSize: "0.925em",
fontSize: "0.9em",
tabSize: 2,
// optional line numbers added at time of prism compilation
+1 -1
View File
@@ -3,7 +3,7 @@ import { styled } from "../../lib/styles/stitches.config";
const CodeInline = styled(Code, {
padding: "0.175em 0.3em",
fontSize: "0.975em",
fontSize: "0.925em",
pageBreakInside: "avoid",
});
+1 -2
View File
@@ -24,12 +24,11 @@ const Row = styled("div", {
maxWidth: theme.sizes.maxLayoutWidth,
margin: "0 auto",
justifyContent: "space-between",
fontSize: "0.85em",
fontSize: "0.8em",
lineHeight: 2.3,
// stack columns on left instead of flexboxing across
"@medium": {
fontSize: "0.8em",
display: "block",
},
});
+2 -1
View File
@@ -36,8 +36,9 @@ const Icon = styled("svg", {
});
const Label = styled("span", {
fontSize: "0.95em",
fontSize: "0.925em",
fontWeight: 500,
letterSpacing: "0.02em",
marginLeft: "0.7em",
"@medium": {
+1 -1
View File
@@ -6,7 +6,7 @@ import type { ComponentPropsWithoutRef } from "react";
const Title = styled("h1", {
marginTop: 0,
marginBottom: "0.6em",
fontSize: "2em",
fontSize: "1.7em",
fontWeight: 600,
textAlign: "center",
@@ -34,7 +34,6 @@ const Meta = styled("div", {
const MetaItem = styled("div", {
marginRight: "1.5em",
fontSize: "0.875em",
lineHeight: 2,
color: theme.colors.medium,
});
+2 -1
View File
@@ -38,8 +38,9 @@ const SelfieLink = styled(Link, {
const Name = styled("span", {
margin: "0 0.6em",
fontSize: "1.2em",
fontSize: "1.15em",
fontWeight: 500,
letterSpacing: "0.01em",
lineHeight: 1,
"@medium": {