remove old font files

This commit is contained in:
2025-08-18 01:11:23 +01:00
parent 7a5dba3baa
commit de92e8c2ac
291 changed files with 12624 additions and 20641 deletions

5
fonts/ascii-space.sml Normal file
View File

@@ -0,0 +1,5 @@
structure AsciiSpace =
struct
fun lerp (xOffset: Real32.real, yOffset, scale, windowWidth, windowHeight) =
#[ ]
end