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 (and uninstall) fonts on Windows 11in many cases, the nature of your work makes you want to install more fonts. or vice versa, sometimes you may also want to get rid of problematic or rarely used fonts.
- How to install new free Mac fonts in macOS Catalinaapple recently updated the font collection available in macos catalina. any mac owner who wants to use them, can do it without any extra cost.
- How to Install a Font on a Macdon't you just hate it when you find the best font and you don't know how to install it? fonts can make or break a piece of writing, reminding us always that presentation matters. still, installing fonts is pretty easy. to install fonts on...
- 10 best free Google fonts for professional presentationsyou can spend hours choosing templates and colors, but if you use inappropriate fonts, the presentation will not produce the expected results.
- How to install Putty SSH Client on Ubuntu 20.04 LTSin this article, tipsmake.com will explain how to install putty on ubuntu 20.04 lts system. the same process can be used for debian, mint and earlier ubuntu releases.
- How to Install Fontsfonts set your document or webpage apart, and allow you to express your creativity and style. so why should you be limited to the fonts that came installed on your computer? set your work apart by downloading and installing fonts that...
- How to Download Fontsthis wikihow teaches how to download and install new fonts on your windows or mac computer, which can be used in your word processor or any other program that uses system fonts. open your web browser. the quickest way to find fonts is to...
- Instructions on how to install Ubuntu on VirtualBox virtual machinehave you ever tried to install ubuntu but the computer doesn't have enough space to run? let's tipsmake.com find out the article to guide how to install ubuntu on this virtualbox virtual machine!
- How to install fonts on Windows simply and quicklyfonts play an important role in text editing, graphic design and system interface display. if you want to add a new font set on windows, you can do it easily by installing it directly through the fonts folder or control panel.
- Instructions to install Ubuntu directly from the hard driveubuntu is one of the most popular linux distributions. if you want to install ubuntu, the simplest way is to use the hard drive. follow the article below to see how to do it.