Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 31st May 2012, 05:11 PM
Ariya Offline
Registered User
 
Join Date: Aug 2011
Posts: 39
linuxfirefox
How to install ttf fonts and MS fonts in Fedora 17 Gnome?

This question must have asked many times before by others. I had tried to understand how they'd done that but failed. so this question.

I have been with Ubuntu and it was so easy to install any font. When using Crunchbang Statler, I copied the fonts to the /usr/share/fonts and they worked.

I did the same thing with Fedora 17. When I have Nautilus open as root and I open the added font in Libre Office Writer, I have all the fonts I pasted in that file, but when I try that not as root, those fonts are not in the LO Writer and I can't open that file normally, it comes in Liberation serif.

How do I install MS fonts and any other ttf fonts? I mean in an easy way.

Thanks
Reply With Quote
  #2  
Old 31st May 2012, 05:30 PM
hadrons123's Avatar
hadrons123 Online
'The Blue Dragon'
 
Join Date: Jan 2011
Location: chennai
Posts: 988
linuxfirefox
Re: How to install ttf fonts and MS fonts in Fedora 17 Gnome?

try easylife to install msfonts.
__________________
LENOVO Y580 FHD Intel® Core™ i7-3630QM CPU @ 2.40GHz × 8 |660M GTX NVIDIA | 120 GB SSD OCZ AGILITY Fedora
Reply With Quote
  #3  
Old 31st May 2012, 05:50 PM
secipolla Offline
Registered User
 
Join Date: May 2011
Posts: 700
linuxfirefox
Re: How to install ttf fonts and MS fonts in Fedora 17 Gnome?

There's also an rpm package at http://www.mjmwired.net/resources/mj...a-f16.html#ttf
Reply With Quote
  #4  
Old 31st May 2012, 06:19 PM
Ariya Offline
Registered User
 
Join Date: Aug 2011
Posts: 39
linuxfirefox
Re: How to install ttf fonts and MS fonts in Fedora 17 Gnome?

Thank you very much!
Now I have more than enough fonts. I shall be deleting some of them leisurely. I believe I can delete them from /usr/share/fonts just like I did with Ubuntu/Crunchbang.

Have a nice day!
Reply With Quote
  #5  
Old 3rd June 2012, 12:36 PM
HolyMurderer Offline
Registered User
 
Join Date: Apr 2006
Location: Lisboa, Portugal
Age: 31
Posts: 19
linuxchrome
Re: How to install ttf fonts and MS fonts in Fedora 17 Gnome?

After installing the fonts, they don't get changed in GNOME, I have to choose them manually.

Which settings do you have on the fonts, on gnome tweak tool?

Thanks
Reply With Quote
  #6  
Old 8th October 2012, 02:23 PM
orbnajes Offline
Registered User
 
Join Date: Jan 2010
Posts: 11
linuxfirefox
Re: How to install ttf fonts and MS fonts in Fedora 17 Gnome?

Try this instead ...

rpm -i https://downloads.sourceforge.net/pr...2-1.noarch.rpm

This rpm installs the fonts from sourceforge at install time, it does not contain the fonts. In addition, it pulls in updated fonts from the EUupdate font set, and installs the fonts correctly to X core and Xft.
Reply With Quote
  #7  
Old 25th January 2013, 11:29 PM
BenTrein's Avatar
BenTrein Offline
Registered User
 
Join Date: Sep 2008
Location: Thailand
Age: 36
Posts: 355
linuxopera
Re: How to install ttf fonts and MS fonts in Fedora 17 Gnome?

Now what if I happen to have a couple of ttf file on my harddrive that I want to install? How do I manually add fonts that are not in the packages mentioned above?
__________________
Greetz (and thanks for all the help!)
BenTrein

The internet isn't a highway, it's a swamp. The more you surf the more it draws you in!

Great authors suffer from Writer's Block. I cherrish my Writer's Blog!
Reply With Quote
  #8  
Old 26th January 2013, 07:47 PM
JiE2009 Offline
Registered User
 
Join Date: Jan 2013
Location: Canada
Posts: 45
linuxfirefox
Re: How to install ttf fonts and MS fonts in Fedora 17 Gnome?

Ben, here's what to do:

Step A: install gnome font viewer.

Step B: Open the TTF, and it'll open in Gnome Font Viewer. Then hit Install.

Enjoy!

--J.
Reply With Quote
  #9  
Old 26th January 2013, 08:20 PM
BenTrein's Avatar
BenTrein Offline
Registered User
 
Join Date: Sep 2008
Location: Thailand
Age: 36
Posts: 355
windows_7opera
Re: How to install ttf fonts and MS fonts in Fedora 17 Gnome?

Thanks - that works. But now step two:

I happen to have nearly 1000 TTFs. Any chance I can do it "en masse"?
__________________
Greetz (and thanks for all the help!)
BenTrein

The internet isn't a highway, it's a swamp. The more you surf the more it draws you in!

Great authors suffer from Writer's Block. I cherrish my Writer's Blog!
Reply With Quote
  #10  
Old 27th January 2013, 06:46 PM
JiE2009 Offline
Registered User
 
Join Date: Jan 2013
Location: Canada
Posts: 45
linuxfirefox
Re: How to install ttf fonts and MS fonts in Fedora 17 Gnome?

I'm not sure bro -- my apologies.

I'm very new to Linux and Fedora.
Reply With Quote
  #11  
Old 28th January 2013, 07:09 AM
orbnajes Offline
Registered User
 
Join Date: Jan 2010
Posts: 11
linuxfirefox
Re: How to install ttf fonts and MS fonts in Fedora 17 Gnome?

there's two font systems in X. "core X fonts" and Xft.

core X fonts

you could put your ttf files in an existing font directory, and rerun mkfontscale, mkfontdir, and fc-cache.

Assuming you put the ttf files in a "new" directory:

FONTDIR=whatever the directory is you put your fonts into
mkfontscale $FONTDIR
mkfontdir $FONTDIR
xset fp+ $FONTDIR
xset fp rehash

add this to your xorg.conf. probably your X is setup so that additions go into /etc/X11/xorg.conf.d

like this:

cat -> /etc/X11/xorg.conf.d/some-good-unique-filename-ending-in.conf <<EOT
Section "Files"
FontPath "$FONTDIR"
EndSection
EOT

Xft (the new font system for X):
find the font config file, probably /etc/fonts/font.conf. Either add your $FONTDIR directory to this file, or make sure that it's a subdirectory of one of the directories listed.

run

fc-cache -f -v

let me know what your mileage is.
Reply With Quote
Reply

Tags
fedora, fonts, gnome, install, ttf

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
custom terminal fonts cannot be set by installing fonts from gnome-font-viewer hadrons123 F17 Development Forum 0 21st May 2012 06:15 AM
Install Microsoft Core Fonts and Vista ClearType Fonts MorphingDragon Guides & Solutions (No Questions) 0 16th March 2012 02:44 PM
Why doesn't fedora gnome fonts look as good as Suse gnome fonts? jang Using Fedora 5 26th July 2005 08:01 PM
Windows fonts guide(Including my .fonts.conf) liraz Guides & Solutions (No Questions) 1 25th June 2005 05:24 AM


Current GMT-time: 13:56 (Tuesday, 21-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat