mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-19 03:21:18 +00:00
5 lines
255 B
Zig
5 lines
255 B
Zig
pub const fontRegular = @embedFile("res/Inconsolata-Regular.ttf");
|
|
pub const fontBold = @embedFile("res/Inconsolata-Bold.ttf");
|
|
pub const fontEmoji = @embedFile("res/NotoColorEmoji.ttf");
|
|
pub const fontEmojiText = @embedFile("res/NotoEmoji-Regular.ttf");
|