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:
parent
46f97f518c
commit
d92675d678
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
font-family: monospace, monospace;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
height: 44px;
|
height: 44px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue