Skip to content

Instantly share code, notes, and snippets.

@mightbxg
Created May 25, 2022 03:11
Show Gist options
  • Save mightbxg/a451f24d6d93c7fbd75be6d6e36bc344 to your computer and use it in GitHub Desktop.
Save mightbxg/a451f24d6d93c7fbd75be6d6e36bc344 to your computer and use it in GitHub Desktop.
How to install fonts on linux

Reference

Download fonts:

  1. nerd-fonts
  2. Sarasa-Gothic (中文)

Installation:

  1. Run mkdir -p ~/.local/share/fonts
  2. Move font files or folders to ~/.local/share/fonts
  3. Reboot or run fc-cache -fv

You can run fc-list to check installed fonts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment