How to add fonts to system # download nerd fonts wget https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/0xProto.zip mkdir fonts cp 0xProto.zip fonts cd fonts unzip 0xProto.zip # Copy to font location sudo cp *.{ttf,otf} /usr/local/share/fonts/ # Update the font cache fc-cache -f -v sudo apt-get -y install fonts-noto-color-emoji