Results 1 to 2 of 2

Thread: How to use folder full of fonts without moving them

  1. #1
    Join Date
    Feb 2008
    Location
    UK
    Beans
    680
    Distro
    Ubuntu Development Release

    How to use folder full of fonts without moving them

    IS there anyway to use a folder full of fonts on a shared partition without moving them into the home .fonts folder?
    OMG! Ubuntu!
    Everything Ubuntu. Daily.

  2. #2
    Join Date
    Jul 2007
    Location
    Chicago, Illinois
    Beans
    688
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: How to use folder full of fonts without moving them

    Do you want to JUST use the fonts inside that folder and none else? If that's the case you could just make your local .fonts folder a link to the fonts folder on the shared partition.
    EDIT: The code for doing so would be something like:
    Code:
    mv ~.fonts fonts-backup #omit if you don't want to backup your current font directory
    ln -s /path/to/sharedfonts ~/.fonts
    Alternatively you could make a link to every font file in the shared folder within the .fonts folder.
    Last edited by macaholic; October 25th, 2009 at 06:40 PM.
    System76 Gazelle Professional (GazP6)
    Intel Core i7 2820QM, 8GB DDR3, nvidia GTX 460m, OCZ Vertex 3
    System76 Starling (star4) Netbook.
    Get Dropbox!

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
  •