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;