mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
Merge pull request #1216 from imabadparent/add-codenewroman-nerd-font-to-quirks
quirks: add CodeNewRoman Nerd Font to quirks
This commit is contained in:
@ -23,6 +23,7 @@ pub fn disableDefaultFontFeatures(face: *const font.Face) bool {
|
|||||||
// looks really bad in terminal grids, so we want to disable ligatures
|
// looks really bad in terminal grids, so we want to disable ligatures
|
||||||
// by default for these faces.
|
// by default for these faces.
|
||||||
return std.mem.eql(u8, name, "CodeNewRoman") or
|
return std.mem.eql(u8, name, "CodeNewRoman") or
|
||||||
|
std.mem.eql(u8, name, "CodeNewRoman Nerd Font") or
|
||||||
std.mem.eql(u8, name, "Menlo") or
|
std.mem.eql(u8, name, "Menlo") or
|
||||||
std.mem.eql(u8, name, "Monaco");
|
std.mem.eql(u8, name, "Monaco");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user