Skip to content

Commit 7ccc704

Browse files
committed
Use better font for the test UI
1 parent a02a228 commit 7ccc704

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/puter-js/test/run.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<script src="./fs.test.js"></script>
77
<script src="./ai.test.js"></script>
88
<style>
9+
body {
10+
font-family: Arial, sans-serif;
11+
}
912
#tests {
1013
margin-top: 20px;
1114
}

0 commit comments

Comments
 (0)