mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
6 lines
312 B
Zig
6 lines
312 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");
|
|
pub const fontVariable = @embedFile("res/Lilex-VF.ttf");
|