diff --git a/src/config/Config.zig b/src/config/Config.zig index e28663984..ff277511b 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -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 + }, }); } }