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;
color: #444;
font-size: 12px;
font-family: Consolas, 'Courier New';
font-family: Consolas, 'Courier New', monospace;
outline: none;
position: absolute;
box-sizing: border-box;