add monospace to font family
This commit is contained in:
parent
4e310dc292
commit
58599afd5d
@ -28,7 +28,7 @@ textarea {
|
|||||||
resize: none;
|
resize: none;
|
||||||
color: #444;
|
color: #444;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-family: Consolas, 'Courier New';
|
font-family: Consolas, 'Courier New', monospace;
|
||||||
outline: none;
|
outline: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user