Last active
March 27, 2022 11:13
-
-
Save pourmand1376/178b2890656491de77addbd79106337d to your computer and use it in GitHub Desktop.
Install `ubuntu font` in Fedora 35
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
cd /tmp | |
wget https://assets.ubuntu.com/v1/fad7939b-ubuntu-font-family-0.83.zip | |
# you can check for newer versions | |
unzip fad7939b-ubuntu-font-family-0.83.zip | |
# then copy it to the font directory (applied to all users) | |
sudo cp -r ubuntu-font-family-0.83 /usr/share/fonts | |
fc-cache -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Installing
ubuntu font
in fedora 35 is very easy. You can just use the script above to install it completely.