Updated 28 March 2026
There are some Microsoft fonts that are NOT included in the MX Package Installer package called Microsoft Core Fonts (ttf-mscorefonts-installer [1]). These Microsoft Fonts are found in Popular Applications tab in the Office folder of MX Package Installer. Locations in other distributions vary.
ttf-mscorefonts-installer description: Installer for Microsoft TrueType core fonts. This package allows for easy installation of the Microsoft True Type Core Fonts for the Web including:
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
Windows Vista & Office 2007
New ClearType Fonts were added to Windows Vista and Office 2007:
Constantia
Corbel
Calibri
Cambria (and Cambria Math)
Candara
Consolas
Calibri became the default font on Microsoft Word 2007, and it’s still the default font on Word until 2023. An additional task (running a script) is required to get them.
Installing Microsoft Vista TrueType Fonts (TTF) aka Microsoft’s ClearType fonts · GitHub https://gist.github.com/maxwelleite/10774746
Script to install Microsoft Vista TrueType Fonts (TTF) aka Microsoft’s ClearType fonts. To execute this gist, run the line below in terminal:
wget https://gist.github.com/maxwelleite/10774746/raw/ttf-vista-fonts-installer.sh -q -O – | sudo bash
Tahoma
Tahoma is not included with the Microsoft (TrueType) Core Fonts package (ttf-mscorefonts-installer) and the Segoe UI font is not included with the ClearType Fonts package (above).
To install Tahoma (Regular and Bold):
wget https://gist.githubusercontent.com/maxwelleite/913b6775e4e408daa904566eb375b090/raw/cbfd8eb70184fa509fcab37dad7905676c93d587/ttf-ms-tahoma-installer.sh -q -O – | sudo bash
Segoe
To install the full pack of Segoe UI fonts[2] (Regular, Bold, Italic, Light, Bold Italic, Semilight, etc:
sudo mkdir -p /usr/share/fonts/truetype/msttcorefonts/
cd /usr/share/fonts/truetype/msttcorefonts/
sudo wget -q https://github.com/martinring/clide/blob/master/doc/fonts/segoeui.ttf?raw=true -O segoeui.ttf # regular
sudo wget -q https://github.com/martinring/clide/blob/master/doc/fonts/segoeuib.ttf?raw=true -O segoeuib.ttf # bold
sudo wget -q https://github.com/martinring/clide/blob/master/doc/fonts/segoeuib.ttf?raw=true -O segoeuii.ttf # italic
sudo wget -q https://github.com/martinring/clide/blob/master/doc/fonts/segoeuiz.ttf?raw=true -O segoeuiz.ttf # bold italic
sudo wget -q https://github.com/martinring/clide/blob/master/doc/fonts/segoeuil.ttf?raw=true -O segoeuil.ttf # light
sudo wget -q https://github.com/martinring/clide/blob/master/doc/fonts/seguili.ttf?raw=true -O seguili.ttf # light italic
sudo wget -q https://github.com/martinring/clide/blob/master/doc/fonts/segoeuisl.ttf?raw=true -O segoeuisl.ttf # semilight
sudo wget -q https://github.com/martinring/clide/blob/master/doc/fonts/seguisli.ttf?raw=true -O seguisli.ttf # semilight italic
sudo wget -q https://github.com/martinring/clide/blob/master/doc/fonts/seguisb.ttf?raw=true -O seguisb.ttf # semibold
sudo wget -q https://github.com/martinring/clide/blob/master/doc/fonts/seguisbi.ttf?raw=true -O seguisbi.ttf # semibold italic
Aptos
In mid 2023 Microsoft made their Office default font “Aptos“. It can be downloaded from:
https://www.techspot.com/downloads/7566-aptos-font.html
Extract the files that are inside that .zip file you downloaded and copy them to ~/.fonts (you may have to create that folder, note that it starts with a dot, so it’s a hidden folder).
Post Installation
It is advised after each font installation session to run:
fc-cache -f /usr/share/fonts/truetype/msttcorefonts/
If you get an Error: “fontforge is required to convert TTC files into TTF” Run the following command to install it:
sudo apt-get install fontforge
Notes
1) Package name varies slightly by distribution.
2) Segoe UI is a member of the Segoe family used in Microsoft products for user interface text, as well as for some online user assistance material, intended to improve the consistency in how users see all text across all languages. It is distinguishable from its predecessor Tahoma and the OS X user interface font Lucida Grande by its rounder letters. Segoe UI was produced by Monotype Imaging.