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