Add source code pro font family
This commit is contained in:
parent
cdbd0be256
commit
55edae65cb
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user