mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-22 11:46:11 +03:00
config: codepoint override font descriptors should not require monospace
This commit is contained in:
@ -1543,7 +1543,10 @@ pub const RepeatableCodepointMap = struct {
|
||||
while (try p.next()) |range| {
|
||||
try self.map.add(alloc, .{
|
||||
.range = range,
|
||||
.descriptor = .{ .family = valueZ },
|
||||
.descriptor = .{
|
||||
.family = valueZ,
|
||||
.monospace = false, // we allow any font
|
||||
},
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user