Use better font for the test UI

This commit is contained in:
jelveh
2025-07-04 19:14:18 -07:00
parent a02a228bf6
commit 7ccc704694
+3
View File
@@ -6,6 +6,9 @@
<script src="./fs.test.js"></script>
<script src="./ai.test.js"></script>
<style>
body {
font-family: Arial, sans-serif;
}
#tests {
margin-top: 20px;
}