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

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); $default-shadow: 0px 0px 5px rgba(0, 0, 0, .25);
body { body {
@ -28,6 +28,7 @@ textarea {
height: 500px; height: 500px;
border: none; border: none;
padding: 10px; padding: 10px;
font-family: "Source Code Pro", monospace;
} }
textarea, canvas { textarea, canvas {