Page 1 of 3 123 LastLast
Results 1 to 10 of 25

Thread: Fonts in Ubuntu

  1. #1
    Join Date
    Apr 2006
    Location
    Vancouver, Canada
    Beans
    1,856
    Distro
    Ubuntu 14.10 Utopic Unicorn

    Fonts in Ubuntu

    Hey, just curious if there's an easy way to find fonts in the Ubuntu repositories? Do they all start with the same ttf string, or is that just a subset of what's available?
    What makes a great open source contributor is not primarily the brilliance of their ideas or importance of their bug, but rather their willingness to see it through to success.

  2. #2
    Join Date
    Jul 2007
    Location
    Luleå, Sweden
    Beans
    572
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Fonts in Ubuntu

    To check the repositories, you could always do a
    Code:
    apt-cache search fonts
    But you can actually install fonts separately, just like you would in Windows or Mac. Just drop them in /usr/share/fonts/Truetype or ~/.fonts and then just log in and out.

  3. #3
    Join Date
    Apr 2006
    Location
    Vancouver, Canada
    Beans
    1,856
    Distro
    Ubuntu 14.10 Utopic Unicorn

    Re: Fonts in Ubuntu

    I'm not actually interested in installing them on my own machine (that's an easy task), I'm looking to create a metapackage of font packages, and I'm just a bit lost as to which formats of fonts are categorized by what strings in the listing that apt-cache spews out.


    I'm also actually just looking for font packages, whereas apt-cache search fonts (or font) gives fun little things like
    Code:
    tex-guy - miscellaneous utilities using DVIlib

    Oh, and to be even more troublesome, I'd like to keep everything to the main or universe repositories (that part is the easy part for me, I need direction on how to separate fonts from libraries from programs when reading apt-cache spews mostly).
    What makes a great open source contributor is not primarily the brilliance of their ideas or importance of their bug, but rather their willingness to see it through to success.

  4. #4
    Join Date
    Jul 2005
    Location
    London,England
    Beans
    1,022
    Distro
    Ubuntu Karmic Koala (testing)

    Re: Fonts in Ubuntu

    could try doing
    sudo dpkg-query -S .ttf
    it will return all packages containing files with .ttf in the filenames
    Jeremy Clarkson - "A Dazzling Hero of Political Incorrectness"
    My LastFM profile
    want to Give each GTK program its own theme? well look Here

  5. #5
    Join Date
    Apr 2006
    Location
    Vancouver, Canada
    Beans
    1,856
    Distro
    Ubuntu 14.10 Utopic Unicorn

    Re: Fonts in Ubuntu

    Are true type fonts the only decent font format?
    What makes a great open source contributor is not primarily the brilliance of their ideas or importance of their bug, but rather their willingness to see it through to success.

  6. #6
    Join Date
    Jul 2005
    Location
    London,England
    Beans
    1,022
    Distro
    Ubuntu Karmic Koala (testing)

    Re: Fonts in Ubuntu

    Are true type fonts the only decent font format?
    i dont know, but for other formats it would just be a case of substituting .ttf for .fontextension
    Jeremy Clarkson - "A Dazzling Hero of Political Incorrectness"
    My LastFM profile
    want to Give each GTK program its own theme? well look Here

  7. #7
    Join Date
    Mar 2007
    Beans
    646

  8. #8
    Join Date
    Apr 2006
    Location
    Vancouver, Canada
    Beans
    1,856
    Distro
    Ubuntu 14.10 Utopic Unicorn

    Re: Fonts in Ubuntu

    AJB2K3, Thanks, you've given me half the information I need... The other half would be which other sets are decent? I recall that some fonts are bitmaps etc... and want to stay away from those.
    What makes a great open source contributor is not primarily the brilliance of their ideas or importance of their bug, but rather their willingness to see it through to success.

  9. #9
    wojox is offline I Ubuntu, Therefore, I Am
    Join Date
    Apr 2009
    Beans
    8,628

    Re: Fonts in Ubuntu

    http://tldp.org/HOWTO/Font-HOWTO/

    I like mac fonts:

    Download the font package :

    $wget http://ubuntu-debs.googlecode.com/files/macfonts.tar.gz

    Untar and move it :

    $tar zxvf macfonts.tar.gz
    $sudo mv macfonts/*.* /usr/share/fonts/

    Reload font cache :

    $sudo fc-cache -f -v
    Last edited by wojox; July 29th, 2009 at 01:30 AM.

  10. #10
    Join Date
    Feb 2008
    Location
    Vlorë, Albania
    Beans
    209
    Distro
    Ubuntu

    Re: Fonts in Ubuntu

    WPlancer.Com - PHP & WordPress Developer
    ProverbHunter - English Proverbs Explained

Page 1 of 3 123 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
  •