mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-23 20:26:09 +03:00
3 lines
128 B
Zig
3 lines
128 B
Zig
pub const fontRegular = @embedFile("res/Inconsolata-Regular.ttf");
|
|
pub const fontBold = @embedFile("res/Inconsolata-Bold.ttf");
|