mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 08:16:13 +03:00
Merge pull request #993 from mitchellh/default-font
change default embedded font to JetBrains Mono
This commit is contained in:
@ -3021,7 +3021,7 @@ fn showDesktopNotification(self: *Surface, title: [:0]const u8, body: [:0]const
|
||||
} else log.warn("runtime doesn't support desktop notifications", .{});
|
||||
}
|
||||
|
||||
pub const face_ttf = @embedFile("font/res/FiraCode-Regular.ttf");
|
||||
pub const face_bold_ttf = @embedFile("font/res/FiraCode-Bold.ttf");
|
||||
pub const face_ttf = @embedFile("font/res/JetBrainsMono-Regular.ttf");
|
||||
pub const face_bold_ttf = @embedFile("font/res/JetBrainsMono-Bold.ttf");
|
||||
pub const face_emoji_ttf = @embedFile("font/res/NotoColorEmoji.ttf");
|
||||
pub const face_emoji_text_ttf = @embedFile("font/res/NotoEmoji-Regular.ttf");
|
||||
|
BIN
src/font/res/JetBrainsMono-Bold.ttf
Normal file
BIN
src/font/res/JetBrainsMono-Bold.ttf
Normal file
Binary file not shown.
BIN
src/font/res/JetBrainsMono-Regular.ttf
Normal file
BIN
src/font/res/JetBrainsMono-Regular.ttf
Normal file
Binary file not shown.
Reference in New Issue
Block a user