Created
November 24, 2025 03:07
-
-
Save hunzo/6931f51af0c16e0d789f00462f8bd60d to your computer and use it in GitHub Desktop.
Noto Fonts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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