a73x

6294958b

Add terminal font config module

a73x   2026-04-09 06:33

Commit message
Add terminal font config module

src/config.zig
Old New
@@ -0,0 +1,2 @@
1 pub const font_family = "Monaspace Argon";
2 pub const font_size_px: u32 = 16;