Add source code pro font family

This commit is contained in:
Danila Fedorin 2019-02-01 20:48:06 -08:00
parent cdbd0be256
commit 55edae65cb
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Raleway|Source+Code+Pro');
$default-shadow: 0px 0px 5px rgba(0, 0, 0, .25);
body {
@ -28,6 +28,7 @@ textarea {
height: 500px;
border: none;
padding: 10px;
font-family: "Source Code Pro", monospace;
}
textarea, canvas {