Results 1 to 10 of 10

Thread: where do TTF fonts install (location)?

  1. #1
    Join Date
    Jun 2013
    Beans
    127

    Question where do TTF fonts install (location)?

    I installed some ttf fonts, double clicking on them to see a window pop up showing the font face with a button to Install. So i click the Install button and the font(s) is installed. But to where?!? I searched everywhere I could think of in the filesystem and I do not see them. Not in /usr/share/fonts/truetype Yet somehow installed apps, for example Trelby or FadeIn, know where they are because I can choose the installed font as a font for word processing. I can work around this by using the font files in my home directory, such as for telling Trelby (screenwriting app) what font to use for generating a PDF, and telling it where the font is to generate the PDF. But I would like to know where ttf fonts install to if not /usr/share/fonts Also no ~/.fonts folder hidden in my home folder.

  2. #2
    Join Date
    Jun 2008
    Location
    Across The Pond
    Beans
    954
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: where do TTF fonts install (location)?

    Well, you could always try the locate command.
    "Everybody is ignorant, only on different subjects." Will Rogers

  3. #3
    Join Date
    Jun 2013
    Beans
    127

    Re: where do TTF fonts install (location)?

    Quote Originally Posted by Buntu Bunny View Post
    Well, you could always try the locate command.
    Tried that, no result (no location). I do not understand where, i anyplace, ubuntu installs fonts, or if ubuntu simply installs a reference to the location of the font file that I double click to install. I wonder if it is the latter? As I can not find the font anywhere where i would expect it (e.g. /user/share/fonts), I wonder if the actual font file (.tff) stays in its original location-- which in this case is in my Dropbox folder, and maybe that confuses ubuntu give that dropbox syncs to a cloud storage site?

  4. #4
    Join Date
    Jun 2008
    Location
    Across The Pond
    Beans
    954
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: where do TTF fonts install (location)?

    That's curious. I recently installed some ttf fonts and they installed in home/.fonts. The original downloads went to my download folder, where those copies still remain.

    Perhaps someone with Dropbox/cloud storage will have a better answer.
    "Everybody is ignorant, only on different subjects." Will Rogers

  5. #5
    Join Date
    Jun 2013
    Beans
    127

    Re: where do TTF fonts install (location)?

    $ ls ~/.fonts
    ls: cannot access /home/beowulf/.fonts: No such file or directory

  6. #6
    Join Date
    Jun 2008
    Location
    Across The Pond
    Beans
    954
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: where do TTF fonts install (location)?

    Try

    Code:
    ls .fonts
    "Everybody is ignorant, only on different subjects." Will Rogers

  7. #7
    Join Date
    Jun 2013
    Beans
    127

    Re: where do TTF fonts install (location)?

    Quote Originally Posted by Buntu Bunny View Post
    Try

    Code:
    ls .fonts
    Code:
    $ ls .fonts
    ls: cannot access .fonts: No such file or directory

  8. #8
    Join Date
    Jul 2007
    Location
    UK
    Beans
    17,059
    Distro
    Ubuntu Development Release

    Re: where do TTF fonts install (location)?

    Try this.

    sudo updatedb

    Then

    locate ttf

  9. #9
    Join Date
    Jun 2008
    Location
    Across The Pond
    Beans
    954
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: where do TTF fonts install (location)?

    @Coder88, I don't know if you've checked this resource yet, but here is what Ubuntu Wiki says about installing them

    There are various locations in GNU/Linux in which fonts can be kept. These locations are defined in /etc/fonts/fonts.conf; standard ones include /usr/share/fonts, /usr/local/share/fonts, and /home/<username>/.fonts (where <username> is your user name).

    The easiest way to install a truetype font is to press alt-F2 and enter the following code (this will open nautilus in the right directory):

    gksu nautilus /usr/share/fonts/truetype

    Then create a new directory, name the directory whatever you like (choose a name that you remember if you ever need to backup your fonts personal fonts). Copy the fonts into that directory and finally rebuild the font information files by pressing alt-F2, mark 'run in terminal' so you can see the progress and entering the following code:

    sudo fc-cache -f -v
    The article also suggests you can create a .fonts folder if you don't already have one. Then the new fonts can be dragged and dropped to it.
    "Everybody is ignorant, only on different subjects." Will Rogers

  10. #10
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: where do TTF fonts install (location)?

    Using the commands provided by philinux they go in /home/username/.local/share/fonts. In a hidden folder (.local) in /home/username/

    The files moved to the rubbish bin go there (./local/share/trash/files) as well.

    Regards.
    Last edited by grahammechanical; September 15th, 2013 at 08:43 PM.
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •