add monospace to font family

This commit is contained in:
Ryan Peters 2023-01-26 20:07:18 -05:00
parent 4e310dc292
commit 58599afd5d

View File

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