I'm sure it can't be that complex, but I'm currently trying to work out how to install
fonts on Fedora system-wide!
I've recently ditched Windows from my machine's dual-boot (although I've still got it running in VirtualBox for the times I do System.Windows.Forms interfaces for my apps) but before I did then I rescued some
fonts (mainly Games Workshop related fan
fonts).
Unfortunately most of the "how to" articles either use chkfontpath (which isn't installed by default and needs XFS installing, so obviously isn't the right way for a default F8 install) or they're "how to install the MS
fonts by downloading the core font package". I've even tried the Unofficial FAQ answer of dragging and dropping them to
Fonts but it says System > Prefs >
Fonts where as all F8 has is a
Fonts tab under Appearance, so it doesn't work.
I've finally managed to make them show up for my profile by symlinking the font folder as .fonts, but that's not exactly what I wanted.
Code:
[ibboard@AnkhMorpork ~]$ ll /usr/local/fonts/ttf/
total 2060
-rw-r--r-- 1 root root 24412 2005-04-01 00:57 angerth.ttf
-rw-r--r-- 1 root root 352224 2004-07-17 20:39 arialbd.ttf
-rw-r--r-- 1 root root 226748 2001-08-23 13:00 arialbi.ttf
-rw-r--r-- 1 root root 207808 2001-08-23 13:00 ariali.ttf
-rw-r--r-- 1 root root 367112 2004-07-17 20:39 arial.ttf
-rw-r--r-- 1 root root 117028 2001-08-23 13:00 ariblk.ttf
-rw-r--r-- 1 root root 35708 1995-04-26 10:51 chsr____.ttf
-rw-r--r-- 1 root root 37800 1999-07-18 22:14 civic.ttf
-rw-r--r-- 1 root root 14048 2004-03-24 03:52 dinsrg__.ttf
-rw-r--r-- 1 root root 26196 1995-04-25 09:31 elr_____.ttf
-rw-r--r-- 1 root root 7526 2008-02-14 20:22 fonts.dir
-rw-r--r-- 1 root root 7526 2008-02-14 20:22 fonts.scale
-rw-r--r-- 1 root root 310152 2003-04-19 19:46 icsc01tt.ttf
-rw-r--r-- 1 root root 26152 2003-10-02 20:39 magicgw.ttf
-rw-r--r-- 1 root root 32220 1995-04-26 10:37 MARINES__1.TTF
-rw-r--r-- 1 root root 32220 1995-04-26 10:37 marines_.ttf
-rw-r--r-- 1 root root 21056 1995-04-25 09:19 orky-1__.ttf
-rw-r--r-- 1 root root 39244 2002-02-05 16:15 skavig__.ttf
-rw-r--r-- 1 root root 13888 2001-10-08 16:14 Tau_____.ttf
-rw-r--r-- 1 root root 27552 2002-04-04 11:33 visitor1.ttf
-rw-r--r-- 1 root root 37388 2002-04-04 11:32 visitor2.ttf
[ibboard@AnkhMorpork ~]$ ll -d /usr/local/fonts/ttf/
drwxr-xr-x 2 root root 4096 2008-02-12 19:27 /usr/local/fonts/ttf/
[ibboard@AnkhMorpork ~]$ ll /etc/X11/fontpath.d/
total 44
lrwxrwxrwx 1 root root 42 2007-11-16 19:39 baekmuk-ttf-fonts-gulim -> ../../../usr/share/fonts/baekmuk-ttf-gulim
lrwxrwxrwx 1 root root 34 2007-11-16 19:39 cjkunifonts-uming -> /usr/share/fonts/cjkunifonts-uming
lrwxrwxrwx 1 root root 36 2007-11-16 19:40 default-ghostscript -> /usr/share/fonts/default/ghostscript
lrwxrwxrwx 1 root root 30 2008-02-02 08:51 fonts-default -> /usr/share/fonts/default/Type1
lrwxrwxrwx 1 root root 27 2008-01-25 18:48 liberation-fonts -> /usr/share/fonts/liberation
lrwxrwxrwx 1 root root 38 2007-11-16 19:38 sazanami-fonts-gothic -> /usr/share/fonts/sazanami-fonts-gothic
lrwxrwxrwx 1 root root 21 2008-02-12 19:29 windows-ttf -> /usr/local/fonts/ttf/
lrwxrwxrwx 1 root root 36 2007-11-16 19:43 xorg-x11-fonts-100dpi:unscaled:pri=30 -> /usr/share/X11/fonts/100dpi:unscaled
lrwxrwxrwx 1 root root 34 2007-11-16 19:43 xorg-x11-fonts-misc:unscaled:pri=10 -> /usr/share/X11/fonts/misc:unscaled
lrwxrwxrwx 1 root root 24 2007-11-16 19:43 xorg-x11-fonts-TTF -> /usr/share/X11/fonts/TTF
lrwxrwxrwx 1 root root 26 2007-11-16 19:43 xorg-x11-fonts-Type1 -> /usr/share/X11/fonts/Type1
I know there's also /etc/fonts with various config files, but I've yet to work out how to create a config.
So, how do you install
fonts system-wide on F8?