Merge pull request #993 from mitchellh/default-font

change default embedded font to JetBrains Mono
This commit is contained in:
Mitchell Hashimoto
2023-12-06 08:10:57 -08:00
committed by GitHub
3 changed files with 2 additions and 2 deletions

View File

@ -3021,7 +3021,7 @@ fn showDesktopNotification(self: *Surface, title: [:0]const u8, body: [:0]const
} else log.warn("runtime doesn't support desktop notifications", .{}); } else log.warn("runtime doesn't support desktop notifications", .{});
} }
pub const face_ttf = @embedFile("font/res/FiraCode-Regular.ttf"); pub const face_ttf = @embedFile("font/res/JetBrainsMono-Regular.ttf");
pub const face_bold_ttf = @embedFile("font/res/FiraCode-Bold.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_ttf = @embedFile("font/res/NotoColorEmoji.ttf");
pub const face_emoji_text_ttf = @embedFile("font/res/NotoEmoji-Regular.ttf"); pub const face_emoji_text_ttf = @embedFile("font/res/NotoEmoji-Regular.ttf");

Binary file not shown.

Binary file not shown.