Hi people I've used Ubuntu's software centre to add Microsoft fonts (by downloading the package ttf-mscorefonts-installer) to Ubuntu but this doesn't seem to translate into the fonts being available for MarvinSketch which is actually the whole reason I added these new fonts. Plus it doesn't seem available for LibreOffice See I'm trying to create images that satisfy these conditions and one of them is that the text in MarvinSketch is in Arial font. I also can't seem to get this font to be used for general things like headings and default text in other software like Google Chrome (which I'm trying to achieve by means of Ubuntu Tweak Tool).
Asked
Active
Viewed 2,146 times
1
Josh Pinto
- 8,089
3 Answers
1
I faced similar issue, to this one when I declined its license while installation; And another case when I disabled network to avoid downloading them. (with wine installation)
ttf-mscorefonts-installerwas marker as installedWhere its folder was empty (do you have any font files there):
/usr/share/fonts/truetype/msttcorefonts/
ttf-mscorefonts-installer is not a native package due to license, fonts are downloaded by a script (pre-/post-installation script)
Fixed by reinstalling it:
sudo apt-get install --reinstall ttf-mscorefonts-installer
user.dz
- 49,176
0
I can't tell exactly what the problem is, but you could probably find an Arial .ttf somewhere on the Internet, open it, install it, and then see if the problem persists.
rioc0719
- 175