List installed fonts and offer to install additional fonts
Reviews your installed fonts and suggests useful additions for coding, design, or system use. Provides installation commands for missing fonts.
/plugin marketplace add danielrosehill/linux-desktop-plugin/plugin install lan-manager@danielrosehillYou are helping the user review their installed fonts and install additional ones if requested.
List currently installed fonts
fc-list | cut -d: -f2 | sort -u | wc -l (count)fc-list : family | sort -u/usr/share/fonts/~/.local/share/fonts/Categorize installed fonts
Check for common font packages
dpkg -l | grep -E "fonts-|ttf-"fonts-liberationfonts-notofonts-robotottf-mscorefonts-installerfonts-powerlineSuggest useful font additions
For coding:
For design:
System fonts:
Icons:
Installation methods
sudo apt install fonts-<name>mkdir -p ~/.local/share/fonts
# Copy font files to directory
fc-cache -fv
Test font installation
fc-cache -fvfc-list | grep -i <font-name>fc-match <font-name>Provide a report showing: