Page 1 of 5 123 ... LastLast
Results 1 to 10 of 42

Thread: HOWTO: Rockin fonts in Gnome..

  1. #1
    Join Date
    Oct 2004
    Location
    USA
    Beans
    3,774

    Cool HOWTO: Rockin fonts in Gnome..

    Ok.. My biggest issue is fonts in Linux. However by gathering some tools and random bits from around the Internet I got the following ..




    On to the Installation..

    1. Enable Universe in your sources.list
    2. Install the msttcorefonts package
    3. cd /usr/share/fonts/truetype/msttcorefonts
    sudo wget http://download.ubuntuforums.org/ubu...scfonts.tar.gz
    sudo tar xvzf miscfonts.tar.gz
    sudo rm -f miscfonts.tar.gz
    4. Goto System > Preferences > Fonts
    Below are the screenshots of my settings.


    Click the Details Button.


    5. Open a terminal window and enter sudo nano /etc/fonts/local.conf

    And enter the following right above </fontconfig>
    [QUOTE] <match target="pattern">
    <test qual="any" name="family">
    <string>Bitstream Vera Sans
    </test>
    <edit name="family" mode="assign">
    <string>Verdana
    </edit>
    </match>
    <match target="pattern">
    <test qual="any" name="family">
    <string>Helvetica
    </test>
    <edit name="family" mode="assign">
    <string>Arial
    </edit>
    </match>
    <match target="pattern">
    <test qual="any" name="family">
    <string>Palatino
    </test>
    <edit name="family" mode="assign">
    <string>Georgia
    </edit>
    </match>
    You can view my local.conf file here:
    http://download.ubuntuforums.org/how...nts/local.conf

    6. Tweaking Open Office.

    Fire up Open Office Word Processor. Goto Tools > Options then select "view" (see screenshot)

    Under "Screen font Aliasing" change that number to "12" and click ok.

    You make need to log out of gnome or reboot to get your fonts to reset. I hope this works for you as it did me.

    Enjoy
    Last edited by ubuntu-geek; April 2nd, 2005 at 04:03 AM.
    My Blog | Forum Search | Forum Guidelines
    Please don't PM support questions--post a thread so everyone can benefit!

  2. #2
    Join Date
    Jan 2005
    Location
    Waleska, GA
    Beans
    97
    Distro
    Xubuntu 7.04 Feisty Fawn

    Re: HOWTO: Rockin fonts in Gnome..

    Thanks!! Worked great and looks better. I was going to dig into fonts for use with NVU.

    I did use Synaptic to install msttcorefonts, so when I was doing the...
    wget http://download.ubuntuforums.org/ub...iscfonts.tar.gz
    tar xvzf miscfonts.tar.gz
    rm -f miscfonts.tar.gz
    I had to use sudo (just a note for some of us noobs.)
    registered linux user #380455

  3. #3
    Join Date
    Nov 2004
    Location
    Kuala Lumpur, Malaysia
    Beans
    885
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: HOWTO: Rockin fonts in Gnome..

    I'm surprised that some (if not many) people prefer setting smoothing: none. I guess that's what they're used to in Windows. Anyway, to each his own. And I'm happy you've manage something that works for you Power to Ubuntu. Power to the people.

    p/s: Sorry about the shout out. Getting psyc about Ubuntu climbing #1 on DistroWatch.com

  4. #4
    Join Date
    Oct 2004
    Location
    Acworth, GA
    Beans
    157
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: HOWTO: Rockin fonts in Gnome..

    Quote Originally Posted by Buffalo Soldier
    I'm surprised that some (if not many) people prefer setting smoothing: none. I guess that's what they're used to in Windows. Anyway, to each his own. And I'm happy you've manage something that works for you Power to Ubuntu. Power to the people.

    p/s: Sorry about the shout out. Getting psyc about Ubuntu climbing #1 on DistroWatch.com
    I've also been watching Ubuntu work it's way up the DistroWatch ladder (yes) - and I'm grateful for the font tips. My eyesight ain't that good, so I tend to accept whatever's on offer ("eh, it must be fine for other folks..."). Thanks, u-g!

    Mark
    "....I'm a user, not a programmer...."

  5. #5
    Join Date
    Apr 2005
    Beans
    4

    Re: HOWTO: Rockin fonts in Gnome..

    Thanks for the post. I don't like the smoothing at all. IMO the smoothing is too soft/fuzzy for me. When I switch to XP(for windows only apps), the font's are nice and crisp. Great post!

  6. #6
    Join Date
    Nov 2004
    Location
    Austin, TX
    Beans
    48
    Distro
    The Feisty Fawn Testing

    Re: HOWTO: Rockin fonts in Gnome..

    I had the smoothing on for awhile, but honestly I thought it looked horrible! Is this just because I am used to no smoothing? Is it really supposed to look better with smoothing on?? Just a question that has always bugged me with Linux.

  7. #7
    Join Date
    Nov 2004
    Location
    Sundsvall, Sweden
    Beans
    98

    Re: HOWTO: Rockin fonts in Gnome..

    The smoothing is a FEATURE.
    I love my ubuntu.

  8. #8
    Join Date
    Feb 2005
    Location
    Australia
    Beans
    80
    Distro
    Ubuntu Breezy 5.10

    Re: HOWTO: Rockin fonts in Gnome..

    I selected in font rendering best contrast or best shapes instead of monochrome. The fonts look much sharper and have better contrast

  9. #9
    Join Date
    Mar 2005
    Beans
    35
    works great 10x
    i prefer using Arial font for everything. i realy like it, much more than thoma

  10. #10
    Join Date
    Mar 2005
    Location
    Thuringia/Germany
    Beans
    57
    Distro
    Edgy Eft Testing

    Re: HOWTO: Rockin fonts in Gnome..

    Quote Originally Posted by occy8
    I selected in font rendering best contrast or best shapes instead of monochrome. The fonts look much sharper and have better contrast
    Have you tried it with the Bytecode-Interpreter enabled instead of using the default Autohinting? (via "sudo dpkg-reconfigure fontconfig")

    Btw, there is another nice (and a bit more detailed) HowTo here: http://www.ubuntuforums.org/showthre...6&page=1&pp=10

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