Skip to content

Commit a4e9683

Browse files
force monospaced font on textareas
closes #10
1 parent 4889bba commit a4e9683

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

index.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
resize: vertical;
2525
}
2626

27+
textarea,
28+
pre {
29+
font-family: "Fira Code", monospace;
30+
}
31+
2732
#errors {
2833
color: red;
2934
}
@@ -73,4 +78,4 @@ <h2>More Information</h2>
7378
</body>
7479
<script src="scripts/web_startup.js"></script>
7580

76-
</html>
81+
</html>

0 commit comments

Comments
 (0)