How to Install TrueType Fonts on Ubuntu
Method 1 of 3:
Getting Font Viewer Root Privileges to Install a Font
- Open a terminal window
- Type "sudo gnome-font-viewer and hit enter (replace with the path to the font file you want to install!)
- Enter your user password when prompted
- Click "Install". Job done!
Method 2 of 3:
Automatically Install a Single Font
- Download a TrueType font. (The file extension will be .ttf.) Unzip your file if necessary.
- Double click on the downloaded file. This should open a font-viewer window.
- Click Install Font in the lower right-hand corner. Congratulations! Your font has been installed.
Method 3 of 3:
Manually Install Multiple Fonts
- Download TrueType fonts. (The file extension will be .ttf or .otf) Unzip your files if necessary.
- Move your files to the ~/ Directory. The ~/ Directory is your home folder. This means that if you were logged in as cruddpuppet, the directory would be /home/cruddpuppet/ .
- Go to Applications > Accessories > Terminal. This will take you to the terminal.
- Type 'cd /usr/local/share/fonts/truetype' without quotes into the command line. This is a directory for user-added fonts in linux.
- Type 'sudo mkdir myfonts' without quotes. This will make a directory called 'myfonts' in which to store your fonts. If you're not logged in as root, you will be prompted to provide your password.
- Type 'cd myfonts' without quotes. This moves you into the new directory.
- Type 'sudo cp ~/fontname.ttf .' without quotes. This moves the TrueType fonts into your new directory. (Alternatively, type 'sudo cp ~/*.ttf .'; the * acts as a wildcard, allowing you to move all your fonts from the ~/ Directory at once.)
- Type 'sudo chown root fontname.ttf'(or *.ttf) to change file owner to the root.
- Type 'cd ..' and then 'fc-cache' without quotes to add newly-added fonts to system-wide font index, so all applications can see them.
4 ★ | 1 Vote
You should read it
- How to install and remove fonts on Mac
- How to Install a Font on a Mac
- How to convert Mac font (dfont) to Windows font (ttf)
- Website helps you manage all fonts installed in your computer
- 2 simple ways to install Google Fonts on Windows 10
- How to install and remove fonts on Linux
- How to fix font errors Word, Excel, transcoding fonts super fast
- How to identify fonts in PDF files
May be interested
- How to Install Oracle Java JRE on Ubuntu Linuxthis wikihow teaches you how to install the java runtime environment (jre) on a computer running ubuntu linux. while the most common way to install the jre is by installing the java development kit (jdk)—which installs the jre by d...
- How to Install Software in Ubuntuwant to install programs you want, but because you are new to linux, don't understand how it works? this article will show you how to install programs in recent versions of ubuntu. connect to the internet, unless you are using offline...
- How to Erase Ubuntuif you've decided that ubuntu is no longer the right operating system for you, then you might be wondering how to go about deleting it from your system. removing ubuntu when it's the only operating system on your computer is fairly...
- How to Install and Uninstall Applications from Terminal in Ubuntuif you're new to ubuntu and you're thinking about that how to install and uninstall software on your os, then you should read this article. you can install and uninstall software on ubuntu in two ways: through command line (terminal) or...
- How to Install Wine on Ubuntuubuntu is gaining more and more ground in the personal desktop use, but there are still a great number of programs which are only usable through microsoft windows. fortunately, a program called wine can run many of them from the comfort of...
- How to Install Skype in Ubuntuthe skype developers have made the latest version of their popular video & audio chat client available for 64-bit linux. they've published it in the snap store which makes it easy to install on all currently supported releases of ubuntu....