Skip to content

Instantly share code, notes, and snippets.

@hunzo
Created November 24, 2025 03:07
Show Gist options
  • Select an option

  • Save hunzo/6931f51af0c16e0d789f00462f8bd60d to your computer and use it in GitHub Desktop.

Select an option

Save hunzo/6931f51af0c16e0d789f00462f8bd60d to your computer and use it in GitHub Desktop.
Noto Fonts
#!/bin/bash
sudo apt install -y fonts-noto
sudo apt install -y fonts-noto-cjk
sudo apt install -y fonts-noto-cjk-extra
sudo apt install -y fonts-noto-color-emoji
sudo apt install -y fonts-noto-core
sudo apt install -y fonts-noto-extra
sudo apt install -y fonts-noto-hinted
sudo apt install -y fonts-noto-mono
sudo apt install -y fonts-noto-ui-core
sudo apt install -y fonts-noto-ui-extra
sudo apt install -y fonts-noto-unhinted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment