Results 1 to 5 of 5
Hello people I m using Mozilla 2.0 in Centos. I dont find Times New Roman font in it how can Install TNR font in Mozilla?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-11-2008 #1
Need Times New Roman Font for Mozilla
Hello people I m using Mozilla 2.0 in Centos. I dont find Times New Roman font in it how can Install TNR font in Mozilla?
- 02-11-2008 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
I'm pretty sure that font comes with the MS core fonts package. If they do, be sure that's what you want, then use your package manager to install the core fonts. I don't personally like the mscorefonts, so never install them. Maybe there is another version of Times New Roman font in the repos for your distro that you could install.
oz
- 02-11-2008 #3
If you have access to a Windows installation, you can copy your Windows truetype fonts from C:\Windows\Fonts to a USB stick or cd (if you dual boot, you can just mount the windows partition and copy them directly to Linux) and use them on Linux. If you use KDE, you can run kfontinstaller to install the fonts on your system. If you prefer the command line or don't use KDE, copy the fonts to /usr/loca/share/fonts/msfonts (create this directory if it does not exist) and then as root do
When you start new applications, they will recognise the new fonts. When you logout and back in again, all apps should be able to recognise and use the new fonts.Code:cd /usr/local/share/fonts/msfonts mkfontdir && mkfontscale && fc-cache
- 02-11-2008 #4
Ozar what is the alternative for TNR font in linux get me the name of it.
- 02-11-2008 #5forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
The ttf-linux-libertine fonts package will give you Times New Roman fonts. If you want to install them, your best bet is to install the package directly from the default package manager residing in your own distro.
oz




