Using RobotoMono

This commit is contained in:
apanizo 2018-08-31 14:26:00 +02:00
parent 8d01fdb75b
commit 99991e8004
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}