KfWiki : LinuxFonts

HomePage :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register
HomePage » Linux » LinuxFonts


Installing windows truetype fonts to Linux

Try yum install msttcorefonts, if not successful, try:

mkdir /usr/share/fonts/truetype
cp \\windows\fonts\*.ttf /usr/share/fonts/truetype
cd /usr/share/fonts/truetype
mkfontdir
fc-cache 

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.1477 seconds