Skip to content

Commit

Permalink
sass: make logo font monospaced
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
andrealmeid committed May 23, 2019
1 parent 46f97f5 commit d92675d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/scss/_logo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
align-items: center;
text-decoration: none;
font-weight: bold;
font-family: monospace, monospace;

img {
height: 44px;
Expand Down

0 comments on commit d92675d

Please sign in to comment.