+ Reply to Thread
Results 1 to 1 of 1

Thread: Installing extra all fonts...

  1. #1
    Administrator TitanKing's Avatar
    Join Date
    2005 Feb
    Location
    Cape Town
    Posts
    6,574

    Default Installing all fonts...

    If you need to install extra True Type Fonts do this if you have more then one user on Ubuntu :

    Code:
    cd /usr/share/fonts/truetype
    sudo mkdir myfonts
    cd myfonts
    sudo cp ~/*.ttf .
    sudo chown root.root *.ttf
    sudo mkfontdir
    cd ..
    fc-cache
    Or if it is only you

    Simply go to you home folder, press CNTR + H to show hidden folders
    , create a .fonts folder if it does not exist.
    , copy all .ttf in that folder, type fc-cache in the promt and whala !
    Last edited by TitanKing; 2006-11-04 at 07:51 AM.
    "The fact of the matter is, Open Source is better."
    "Linux users are not pirates, we're ninjas."

    Vote for Groundbreaker II



    Follow me on Twitter.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

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