Fonts look strange in firefox
I have just moved from Windows to Ubuntu 12.04 (with Firefox 11), and the fonts in some of my favorite sites (especially Hebrew sites) look strange.
I looked at the CSS and saw such fonts such as "David", "Arial", etc. Apparently these fonts are not installed on my Firefox. How do I install them?
14 Answers
The Arial font is get installed by ttf-mscorefonts-installer and the David font is available in culmus package.
Open a terminal and do this command to get them
sudo apt-get install ttf-mscorefonts-installer culmusOr using Software center:
If you want to install only the David font (culmus package includes some other fonts too), you can download that font from the link below
Download link for David font only
Download it and copy the font file in the .fonts directory in your home. This directory is hidden by default. Use Ctrl + H to reveal the hidden files and folders.
If the directory does not exists already, create one with name .fonts and copy the file in that directory.
Note: You have to accept the EULA when installing the ttf-mscorefonts-installer package. Use Tab for navigation in the terminal.
[Reference]
Arial is installed by ttf-mscorefonts-installer as described in the package's description
David font is in the culmus package as described by the package's file list
You'll need to install the ttf-mscorefonts-installer package. (Hint: Use the tab key to accept the EULA)
Incidentally, it's also part of the ubuntu-restricted-extras bundle, so that if you need java and multimedia codecs, install that instead.
You might also be interested in culmus and culmus-fancy.
Last, but not least, the installed fonts will be available for all, not just Firefox.
Easy way:
- Open the Ubuntu Software Center
- Search for "microsoft core fonts"
- Install package "Installer for Microsoft TrueType core fonts"
OR, in run this command in a terminal: sudo apt-get install ttf-mscorefonts-installer
Either way, you will be asked to accept the EULA, which you have to say "Yes" if you want the fonts installed.
Finally, you may have to close Firefox and open it again. If didn't work, try logging-out-and-loggin-in.
2You need to install "Ubuntu Restricted Extras"
It is available from the Ubuntu Software Centre
1