`vscode.ttf` font with Termux?
Placing vscode.ttf in ~/.local/share/fonts/ to get icons as documented here works just fine on my Arch Linux and Gentoo systems.
However, I can't get icons working on my Android phone with Termux (I installed broot with apt install broot):

Am I missing something? Maybe broot is looking for vscode.ttf in ~/.local/share/fonts/ but the font file is actually in /data/data/com.termux/files/home/.local/share/fonts so it cannot find it?
I tried chmoding 777 the vscode.ttf file but it doesn't make any difference. ~/.local/share/fonts directory has 700 permissions like other directories.
Thanks.
Termux is not supported by the icons feature.
If you're too keen, find a way for termux to load external .ttf as a backup font (and please add to wiki). Basically .local/share/fonts is used for GUI display on linux, but on Android something else is used.