From ebf96e99dfb5ef30160fc14bc087210f9f6e9592 Mon Sep 17 00:00:00 2001 From: Rupesh Maharjan Date: Fri, 25 Oct 2019 14:39:41 +1100 Subject: [PATCH] added font family monospace --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 5676b59..13aac16 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,7 @@ body{ text-align: center; vertical-align: middle; + font-family: monospace; } #rgb{ padding-top: 75px;