- Installation of Microsoft’s core TTF fonts. The Microsoft fonts are not a part of the repository, however we can install the Installer for Microsoft TrueType core fonts which will fetch and install the fonts for us. Execute the following command:
$ sudo apt install ttf-mscorefonts-installer
After the installation, scan the font directories on the system to build fresh font information cache files. To do so execute the bellow command from the terminal window:
$ sudo fc-cache -vr
8 ...