From ccbea8f1784e2e2a5c074af55e8368e75278056d Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 4 Oct 2023 00:41:25 +0900 Subject: feat(blog/style): tweak monospace font --- vhosts/blog/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vhosts/blog/static') diff --git a/vhosts/blog/static/style.css b/vhosts/blog/static/style.css index 8549137d..1dc45a72 100644 --- a/vhosts/blog/static/style.css +++ b/vhosts/blog/static/style.css @@ -97,7 +97,7 @@ pre { background-color: #f5f5f5; padding: 1rem; overflow-x: auto; - font-family: 'Courier New', Courier, monospace; + font-family: Monaco, Consolas, 'Courier New', Courier, monospace; font-size: 0.9rem; } @@ -125,7 +125,7 @@ blockquote { code { background-color: #f5f5f5; padding: 2px 5px; - font-family: 'Courier New', Courier, monospace; + font-family: Monaco, Consolas, 'Courier New', Courier, monospace; font-size: 0.9rem; border-radius: 3px; } -- cgit v1.2.3-70-g09d2