local wezterm = require('wezterm') return { -- use_cap_height_to_scale_fallback_fonts = true, font = wezterm.font_with_fallback({ { family = 'JetBrains Mono', weight = 'DemiBold', }, 'Noto Sans Symbols2', 'PowerlineExtraSymbols', -- , BuiltIn -- Assumed to have Emoji Presentation -- Pixel sizes: [128] 'Noto Color Emoji', -- , BuiltIn { family = 'Symbols Nerd Font Mono', scale = 0.8 }, -- , BuiltIn 'Last Resort High-Efficiency', }), font_size = 14, }