I tested the Maple Mono font in the #Zed editor. The “a” glyph was too round for my liking. Thankfully, the font has character variants that can be selected in Zed’s settings.json:
"buffer_font_features": {
"cv02": true // ‘a’ with top arm
}
Neato!