10

There is no Times New Roman Font present in LibreOffice Writer. I looked upon the question Installing Times New Roman font. But I have the fonts installed on my system already, but is it not showing up on Libreoffice Writer?

My system specs

$ libreoffice --version
LibreOffice 5.1.2.2 10m0(Build:2)
Tasdik Rahman
  • 457
  • 3
  • 10
  • 22

3 Answers3

10

Probably something happened during the installation of the fonts, and the package appears installed, although the fonts themselves were not. Simply purge the package and re-install it:

sudo apt-get remove --purge ttf-mscorefonts-installer
sudo apt-get install ttf-mscorefonts-installer

A screen will appear, where you will have to accept the license agreement. Then the fonts will be downloaded and installed one by one.

lefterav
  • 636
0

Hi all I was trying to install ttf_mscorefonts_installer from synaptic manager,but mine was not working. But i downloaded latest version of ubuntu16.04.2 desktop version and tried to install it.Now it is working for me.I will recommend you to install synaptic manager and install from it.

Akhil
  • 1
-1

I always install the package ttf-mscorefonts-installer described here via Synaptic Package manager, or via terminal run these commands:

sudo apt-get update sudo apt-get install ttf-mscorefonts-installer

and the fonts (Andale Mono, Arial Black, Arial (Bold, Italic, Bold Italic), Comic Sans MS (Bold), Courier New (Bold, Italic, Bold Italic), Georgia (Bold, Italic, Bold Italic), Impact, Times New Roman (Bold, Italic, Bold Italic), Trebuchet (Bold, Italic, Bold Italic), Verdana (Bold, Italic, Bold Italic), Webdings) are automatically available to use in LibreOffice.

Sinscary
  • 1,415