1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-11-16 03:30:50 -05: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

@@ -1,7 +1,6 @@
import { styled, theme } from "../../lib/styles/stitches.config";
const Code = styled("code", {
fontSize: "0.925em",
backgroundColor: theme.colors.codeBackground,
border: `1px solid ${theme.colors.kindaLight}`,
borderRadius: theme.radii.corner,