From 57f3414267c55b3793a419f5f8945d6a62e4d26e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sun, 21 Jun 2020 21:32:04 +0200 Subject: [PATCH] Added Menlo font to webpage --- web/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/style.css b/web/style.css index 639b078..a49c3d4 100644 --- a/web/style.css +++ b/web/style.css @@ -129,7 +129,7 @@ a:not(:hover) { pre, code, textarea { - font-family: "Menlo", "Menlo Regular", monospace; + font-family: "Menlo Regular", monospace; } code {