New comment by classabbyamp on void-packages repository https://github.com/void-linux/void-packages/pull/40654#issuecomment-1321649322 Comment: i see that we have roboto and noto-emoji in depends, but not jetbrains or nerd-font-symbols. we only have a package for the powerline-patched jetbrains font, and a package that depends on the massive nerd fonts package is probably not ideal. should be enable those vendor features, or does it work fine without those installed and without vendoring them? ```toml vendor-nerd-font-symbols-font = ["wezterm-font/vendor-nerd-font-symbols"] vendor-jetbrains-font = ["wezterm-font/vendor-jetbrains"] vendor-roboto-font = ["wezterm-font/vendor-roboto"] vendor-noto-emoji-font = ["wezterm-font/vendor-noto-emoji"] vendored-fonts = [ "vendor-nerd-font-symbols-font", "vendor-jetbrains-font", "vendor-roboto-font", "vendor-noto-emoji-font" ] ```