From e83c6d3bbe90016e62fe04881839c5b66a26ce9e Mon Sep 17 00:00:00 2001 From: Cassidy Williams Date: Sat, 20 May 2023 12:47:28 -0500 Subject: [PATCH] Fix fonts on code tags --- src/style/global.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/style/global.css b/src/style/global.css index 28e77d8..b38e382 100644 --- a/src/style/global.css +++ b/src/style/global.css @@ -32,7 +32,8 @@ body { } html, body, -button { +button, +code { font-family: "Roboto Mono", monospace; } h1, @@ -161,6 +162,7 @@ img { code { padding: 2px 5px; background-color: #f2f2f2; + font-weight: bold; } pre { padding: 1rem;