mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03: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