mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-12-30 18:22:12 +00:00
font: fallback should not restrict to only monospace
This commit is contained in:
@@ -257,6 +257,7 @@ pub fn indexForCodepoint(
|
||||
.size = self.size.points,
|
||||
.bold = style == .bold or style == .bold_italic,
|
||||
.italic = style == .italic or style == .bold_italic,
|
||||
.monospace = false,
|
||||
}) catch break :discover;
|
||||
defer disco_it.deinit();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user