From 0db6cfc9dd7cf86a22f8c3433b0d26e6f57ff4a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Almeida?= Date: Thu, 23 May 2019 00:01:27 -0300 Subject: [PATCH] sass: make logo font monospaced MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since the logo text wants to have the look and feel of a terminal, make the font monospaced. The monospace word is used twice because of this hack: https://stackoverflow.com/questions/38781089/font-family-monospace-monospace Signed-off-by: André Almeida --- assets/scss/_logo.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/scss/_logo.scss b/assets/scss/_logo.scss index af2d192..cc780b9 100644 --- a/assets/scss/_logo.scss +++ b/assets/scss/_logo.scss @@ -3,6 +3,7 @@ align-items: center; text-decoration: none; font-weight: bold; + font-family: monospace, monospace; img { height: 44px;