I am very sure Arial
is installed on my computer, because when I type fc-match Arial
I see LiberationSans-Regular.ttf: "Liberation Sans" "Regular"
as the output in the terminal.
However all the fonts in my LibreOffice Calc look horrible. As I hover over "Arial" in the fonts, I see "Font Name". The current font is not available and will be substituted`.
Why is this happening? How to stop this?
If
fc-match
suggests you a font which is not the one you requested, it means the font is not installed.To install it, type this in a terminal:
That will reinstall the
ttf-mscorefonts-installer
. Make sure you accept the license otherwise it will again not install the font.As stated in comments on the other answer here, you have in fact no Arial font installed other wise
fc-match Arial
would state the following:So to make sure it is really properly installed (the usual command runs sadly in 404 errors during installation) do the following:
This removes the current installation. Just doing this to make sure we accept the EULA in the next following installation dialog.
It most likely gives you while installing a few error messages while installation, stating that it can't fetch the font from sourceforge.net. To work around this simply do the following:
This is should result in a fairly long output processing all the Microsoft fonts and updating them. All now needed to do is cleaning up.
To test now do an
fc-match Arial
again which should now yield the above stated result.