From 99991e8004d6cf5dd54a66a52183a8321ff5296b Mon Sep 17 00:00:00 2001 From: apanizo Date: Fri, 31 Aug 2018 14:26:00 +0200 Subject: [PATCH] Using RobotoMono --- src/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.scss b/src/index.scss index a453a219..ce6b24e4 100644 --- a/src/index.scss +++ b/src/index.scss @@ -11,7 +11,7 @@ body { right: 0; overflow-x: hidden; color: $fontColor; - font-family: 'Montserrat', sans-serif; + font-family: 'Roboto Mono', monospace; font-size: $mediumFontSize; margin: 0; }