sass: make logo font monospaced

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 <andrealmeid@riseup.net>
This commit is contained in:
André Almeida 2019-05-23 00:01:27 -03:00
parent de326c5911
commit 0db6cfc9dd
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
align-items: center;
text-decoration: none;
font-weight: bold;
font-family: monospace, monospace;
img {
height: 44px;