Page 7 of 19 FirstFirst ... 5678917 ... LastLast
Results 61 to 70 of 186

Thread: How to install fonts in Ubuntu?

  1. #61
    Join Date
    Mar 2007
    Location
    $HOME (Washington State)
    Beans
    4,590

    Re: How to install fonts in Ubuntu?

    Make sure fonts is lowercase, or it won't work.
    See my themes here! | Dont preach Linux, mention it | Make GNOME Themes
    I'm no longer on here. If you want to talk to me, go to noost.org.
    My DeviantArt | Linux user #461096 | Ubuntu user #15753

  2. #62
    Join Date
    Jun 2006
    Location
    Canada
    Beans
    517

    Re: How to install fonts in Ubuntu?

    I just discovered kfontview, amazing little piece of free software, allows you to preview the fonts and then decide whether you want them installed locally or system wide. You can get it through add/remove.

    Edit: kfontview is now part of the kdebase-workspace-bin package and is no longer in the repositories as its own package.
    Last edited by komputes; August 19th, 2009 at 11:36 PM.
    My Top Bugs - Launchpad Profile - Wiki Page

    Appreciate what the severe effort of many converging wills has produced.

  3. #63
    Join Date
    Jan 2006
    Beans
    4

    Re: How to install fonts in Ubuntu?

    nevermind
    Last edited by ogami; April 5th, 2008 at 08:47 PM.

  4. #64
    Join Date
    Oct 2007
    Location
    Bahrain
    Beans
    Hidden!

    Re: How to install fonts in Ubuntu?

    You can just copy your ttf fonts to your home/user/.fonts (if .fonts doesnt exist, creat it), then open ur gimp and u'll see the fonts. If not go to your gimp preferences , folders, and in the fonts section browse for that .fonts directory and add it.
    restart gimp, have fun
    Don't curse the dark, light up a candle!

  5. #65
    Join Date
    Jun 2007
    Location
    Silicon Valley
    Beans
    12
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: How to install fonts in Ubuntu?

    Looks like fonts:/// feature in nautilus was removed in Hardy.

    Back to the old terminal way I guess...

  6. #66
    Join Date
    Jul 2008
    Beans
    2

    Re: How to install fonts in Ubuntu?

    I got myanmar fonts in Ubuntu 8.04.

    * Open your home folder in Nautilus (GNOME) or Konqueror (KDE).
    * Since dot-folders are really hidden folders, you need to choose "Show Hidden Files" from the View menu.
    * Go to File -> Create Folder (GNOME), or right-click and choose Create New -> Folder (KDE).
    * Name the new folder " .fonts ".(be careful for dot before fonts)

    Now double click on the folder to open it, and drag and drop your fonts into the folder. Restart computer again and then I got it.

  7. #67
    Join Date
    Jun 2007
    Beans
    2

    Re: How to install fonts in Ubuntu?

    You don't need to restart, just update the font cache with
    sudo fc-cache -f -v

  8. #68
    Join Date
    Jun 2008
    Beans
    42

    Re: How to install fonts in Ubuntu?

    Can I remove the system fonts or are there problems after i removed
    Can I get the system fonts anywhere after?

  9. #69
    Join Date
    Sep 2008
    Beans
    3

    Re: How to install fonts in Ubuntu?

    Do you guys have any short and easy method so that a new bie can also take help from it.I am also having these kind of problems ...

  10. #70
    Join Date
    Jun 2006
    Location
    Gwangju, Korea
    Beans
    3,479

    Re: How to install fonts in Ubuntu?

    Quote Originally Posted by honkey View Post
    Can I remove the system fonts or are there problems after i removed
    Can I get the system fonts anywhere after?
    There are a number of font packages installed. Fire up Synaptic and search for them. You can probably safely remove most of them. Just pay attention to what else might be removed as a consequence.
    Quote Originally Posted by ktworks View Post
    Do you guys have any short and easy method so that a new bie can also take help from it.I am also having these kind of problems ...
    1. Make a directory for your fonts in /usr/share/fonts/truetype:
      Code:
      sudo mkdir -p /usr/share/fonts/truetype/my_fonts
    2. Copy your fonts to that directory:
      Code:
      sudo cp /your/fonts/here /usr/share/fonts/truetype/my_fonts
    3. Run fc-cache:
      Code:
      sudo fc-cache -fv
    4. Your fonts probably won't show up in your application until you restart it.

Page 7 of 19 FirstFirst ... 5678917 ... LastLast

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
  •