1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 06:21:17 -04:00

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

View File

@@ -34,7 +34,6 @@ const Meta = styled("div", {
const MetaItem = styled("div", {
marginRight: "1.5em",
fontSize: "0.875em",
lineHeight: 2,
color: theme.colors.medium,
});