Skip to content

Instantly share code, notes, and snippets.

@pourmand1376
Last active March 27, 2022 11:13
Show Gist options
  • Save pourmand1376/178b2890656491de77addbd79106337d to your computer and use it in GitHub Desktop.
Save pourmand1376/178b2890656491de77addbd79106337d to your computer and use it in GitHub Desktop.
Install `ubuntu font` in Fedora 35
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
@pourmand1376
Copy link
Author

Installing ubuntu font in fedora 35 is very easy. You can just use the script above to install it completely.

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