mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
add bold font, doesn't work yet
This commit is contained in:
BIN
fonts/Inconsolata-Bold.ttf
Normal file
BIN
fonts/Inconsolata-Bold.ttf
Normal file
Binary file not shown.
@ -4,6 +4,7 @@ pub const Glyph = @import("Glyph.zig");
|
||||
|
||||
/// Embedded fonts (for now)
|
||||
pub const fontRegular = @import("test.zig").fontRegular;
|
||||
pub const fontBold = @import("test.zig").fontBold;
|
||||
|
||||
/// The styles that a family can take.
|
||||
pub const Style = enum {
|
||||
|
@ -1 +1,2 @@
|
||||
pub const fontRegular = @embedFile("../../fonts/Inconsolata-Regular.ttf");
|
||||
pub const fontBold = @embedFile("../../fonts/Inconsolata-Bold.ttf");
|
||||
|
Reference in New Issue
Block a user