mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-06 21:37:49 +00: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