How to Install Custom Fonts in Ubuntu

This tutorial will show you how to install, custom fonts with Font Manager in Ubuntu. Linux it's a little bit different than Windows when it comes to installing, but there has no need to be confused, it's an easy task. First you must to...
Method 1 of 5:

Use Keyboard Shortcut Or Main Menu To Open The Terminal

  1. How to Install Custom Fonts in Ubuntu Picture 1How to Install Custom Fonts in Ubuntu Picture 1
    First you must to make a directory for your custom TTF fonts, to do this you need to type following command to the Terminal (To open Terminal, press Ctrl+Alt+T on your keyboard or go to Applications > Accessories > Terminal, which is located in main menu ) or use copy/paste method: sudo mkdir /usr/share/fonts/truetype/custom
Method 2 of 5:

Enter Password

  1. How to Install Custom Fonts in Ubuntu Picture 2How to Install Custom Fonts in Ubuntu Picture 2
    Now hit Enter, after that when it asks you for password, type the password and hit Enter.
Method 3 of 5:

Open And Use Nautilus

  1. How to Install Custom Fonts in Ubuntu Picture 3How to Install Custom Fonts in Ubuntu Picture 3
    To put the ttf fonts into the custom folder you need to type following command to the Terminal or to use copy/paste method: sudo Nautilus
  2. How to Install Custom Fonts in Ubuntu Picture 4How to Install Custom Fonts in Ubuntu Picture 4
    That command will open up a nautilus window, so you will be able to go to /usr/share/fonts/truetype/custom to put your custom fonts.
  3. How to Install Custom Fonts in Ubuntu Picture 5How to Install Custom Fonts in Ubuntu Picture 5
    Go there trough window and you will find desired folder. Drag or copy ttf fonts to that folder, but don't forget to close Terminal.
Method 4 of 5:

Rebuild Your Font Cache

  1. How to Install Custom Fonts in Ubuntu Picture 6How to Install Custom Fonts in Ubuntu Picture 6
    Now the last thing that you must to do it is to rebuild your font cache and you will do it if you type following command to the Terminal or to use copy/paste method:sudo fc-cache -f -v
Method 5 of 5:

Enter Password

  1. How to Install Custom Fonts in Ubuntu Picture 7How to Install Custom Fonts in Ubuntu Picture 7
    When it asks you for password, type the password and hit Enter.
4.5 ★ | 2 Vote