local wezterm = require('wezterm') return { use_cap_height_to_scale_fallback_fonts = true, font = wezterm.font_with_fallback({ { family = 'JetBrainsMono NF', weight = 'DemiBold', }, -- NOTE: MesloLGS is included for symbols { family = 'MesloLGS NF', scale = 1.3 }, { family = 'JetBrains Mono', weight = 'DemiBold' }, -- , BuiltIn -- Assumed to have Emoji Presentation -- Pixel sizes: [128] 'Noto Color Emoji', -- , BuiltIn 'Symbols Nerd Font Mono', -- , BuiltIn 'Last Resort High-Efficiency', }), font_size = 14, }