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

@@ -13,6 +13,7 @@ const Block = styled("div", {
display: "block",
overflowX: "auto",
padding: "1em",
fontSize: "0.925em",
tabSize: 2,
// optional line numbers added at time of prism compilation