{"id":338,"date":"2025-01-01T21:16:25","date_gmt":"2025-01-02T02:16:25","guid":{"rendered":"https:\/\/fullscale4me.com\/?p=338"},"modified":"2026-03-28T17:58:38","modified_gmt":"2026-03-28T21:58:38","slug":"installing-all-the-microsoft-fonts-in-linux","status":"publish","type":"post","link":"https:\/\/fullscale4me.com\/index.php\/2025\/01\/01\/installing-all-the-microsoft-fonts-in-linux\/","title":{"rendered":"Installing all the Microsoft Fonts in Linux"},"content":{"rendered":"\n<p><strong>Updated<\/strong> 28 March 2026<\/p>\n\n\n\n<p>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.<\/p>\n\n\n\n<p><strong>ttf-mscorefonts-installer description<\/strong>: Installer for Microsoft TrueType core fonts. This package allows for easy installation of the Microsoft True Type Core Fonts for the Web including:<\/p>\n\n\n\n<p>Andale Mono<br>Arial Black<br>Arial (Bold, Italic, Bold Italic)<br>Comic Sans MS (Bold)<br>Courier New (Bold, Italic, Bold Italic)<br>Georgia (Bold, Italic, Bold Italic)<br>Impact<br>Times New Roman (Bold, Italic, Bold Italic)<br>Trebuchet (Bold, Italic, Bold Italic)<br>Verdana (Bold, Italic, Bold Italic)<br>Webdings<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Windows Vista &amp; Office 2007<\/h3>\n\n\n\n<p><strong>New ClearType Fonts were added to Windows Vista and Office 2007:<\/strong><\/p>\n\n\n\n<p>Constantia<br>Corbel<br>Calibri<br>Cambria (and Cambria Math)<br>Candara<br>Consolas<\/p>\n\n\n\n<p>Calibri became the default font on Microsoft Word 2007, and it\u2019s still the default font on Word until 2023. An additional task (running a script) is required to get them.<\/p>\n\n\n\n<p><strong>Installing Microsoft Vista TrueType Fonts (TTF) aka Microsoft\u2019s ClearType fonts \u00b7 GitHub <\/strong><a href=\"https:\/\/gist.github.com\/maxwelleite\/10774746\">https:\/\/gist.github.com\/maxwelleite\/10774746<\/a><\/p>\n\n\n\n<p>Script to install Microsoft Vista TrueType Fonts (TTF) aka Microsoft\u2019s ClearType fonts. To execute this gist, run the line below in terminal:<\/p>\n\n\n\n<p>wget https:\/\/gist.github.com\/maxwelleite\/10774746\/raw\/ttf-vista-fonts-installer.sh -q -O &#8211; | sudo bash<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Tahoma<\/h3>\n\n\n\n<p>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).<\/p>\n\n\n\n<p>To install Tahoma (Regular and Bold):<\/p>\n\n\n\n<p>wget https:\/\/gist.githubusercontent.com\/maxwelleite\/913b6775e4e408daa904566eb375b090\/raw\/cbfd8eb70184fa509fcab37dad7905676c93d587\/ttf-ms-tahoma-installer.sh -q -O &#8211; | sudo bash<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Segoe<\/h3>\n\n\n\n<p>To install the full pack of Segoe UI fonts[2] (Regular, Bold, Italic, Light, Bold Italic, Semilight, etc:<\/p>\n\n\n\n<p>sudo mkdir -p \/usr\/share\/fonts\/truetype\/msttcorefonts\/<br>cd \/usr\/share\/fonts\/truetype\/msttcorefonts\/<\/p>\n\n\n\n<p>sudo wget -q https:\/\/github.com\/martinring\/clide\/blob\/master\/doc\/fonts\/segoeui.ttf?raw=true -O segoeui.ttf # regular<\/p>\n\n\n\n<p>sudo wget -q https:\/\/github.com\/martinring\/clide\/blob\/master\/doc\/fonts\/segoeuib.ttf?raw=true -O segoeuib.ttf # bold<\/p>\n\n\n\n<p>sudo wget -q https:\/\/github.com\/martinring\/clide\/blob\/master\/doc\/fonts\/segoeuib.ttf?raw=true -O segoeuii.ttf # italic<\/p>\n\n\n\n<p>sudo wget -q https:\/\/github.com\/martinring\/clide\/blob\/master\/doc\/fonts\/segoeuiz.ttf?raw=true -O segoeuiz.ttf # bold italic<\/p>\n\n\n\n<p>sudo wget -q https:\/\/github.com\/martinring\/clide\/blob\/master\/doc\/fonts\/segoeuil.ttf?raw=true -O segoeuil.ttf # light<\/p>\n\n\n\n<p>sudo wget -q https:\/\/github.com\/martinring\/clide\/blob\/master\/doc\/fonts\/seguili.ttf?raw=true -O seguili.ttf # light italic<\/p>\n\n\n\n<p>sudo wget -q https:\/\/github.com\/martinring\/clide\/blob\/master\/doc\/fonts\/segoeuisl.ttf?raw=true -O segoeuisl.ttf # semilight<\/p>\n\n\n\n<p>sudo wget -q https:\/\/github.com\/martinring\/clide\/blob\/master\/doc\/fonts\/seguisli.ttf?raw=true -O seguisli.ttf # semilight italic<\/p>\n\n\n\n<p>sudo wget -q https:\/\/github.com\/martinring\/clide\/blob\/master\/doc\/fonts\/seguisb.ttf?raw=true -O seguisb.ttf # semibold<\/p>\n\n\n\n<p>sudo wget -q https:\/\/github.com\/martinring\/clide\/blob\/master\/doc\/fonts\/seguisbi.ttf?raw=true -O seguisbi.ttf # semibold italic<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Aptos<\/h3>\n\n\n\n<p>In mid 2023 Microsoft made their Office default font \u201cAptos\u201c. It can be downloaded from:<\/p>\n\n\n\n<p class=\"has-text-align-center\"><a href=\"https:\/\/www.techspot.com\/downloads\/7566-aptos-font.html\">https:\/\/www.techspot.com\/downloads\/7566-aptos-font.html<\/a><\/p>\n\n\n\n<p>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\u2019s a hidden folder).<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Post Installation<\/h3>\n\n\n\n<p>It is advised after each font installation session to run:<\/p>\n\n\n\n<p>fc-cache -f \/usr\/share\/fonts\/truetype\/msttcorefonts\/<\/p>\n\n\n\n<p>If you get an Error: \u201cfontforge is required to convert TTC files into TTF\u201d Run the following command to install it:&nbsp;<\/p>\n\n\n\n<p>sudo apt-get install fontforge<\/p>\n\n\n<h3>Notes<\/h3>\n\n\n<p><strong>1)<\/strong> Package name varies slightly by distribution.<\/p>\n\n\n\n<p><strong>2)<\/strong> 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.<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>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. &#8230; <a title=\"Installing all the Microsoft Fonts in Linux\" class=\"read-more\" href=\"https:\/\/fullscale4me.com\/index.php\/2025\/01\/01\/installing-all-the-microsoft-fonts-in-linux\/\" aria-label=\"Read more about Installing all the Microsoft Fonts in Linux\">Read more<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_sitemap_exclude":false,"_sitemap_priority":"","_sitemap_frequency":"","footnotes":""},"categories":[4],"tags":[],"class_list":["post-338","post","type-post","status-publish","format-standard","hentry","category-mx-linux"],"acf":[],"_links":{"self":[{"href":"https:\/\/fullscale4me.com\/index.php\/wp-json\/wp\/v2\/posts\/338","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fullscale4me.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fullscale4me.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fullscale4me.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/fullscale4me.com\/index.php\/wp-json\/wp\/v2\/comments?post=338"}],"version-history":[{"count":31,"href":"https:\/\/fullscale4me.com\/index.php\/wp-json\/wp\/v2\/posts\/338\/revisions"}],"predecessor-version":[{"id":452,"href":"https:\/\/fullscale4me.com\/index.php\/wp-json\/wp\/v2\/posts\/338\/revisions\/452"}],"wp:attachment":[{"href":"https:\/\/fullscale4me.com\/index.php\/wp-json\/wp\/v2\/media?parent=338"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fullscale4me.com\/index.php\/wp-json\/wp\/v2\/categories?post=338"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fullscale4me.com\/index.php\/wp-json\/wp\/v2\/tags?post=338"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}