If you work across multiple platforms or frequently receive documents from Windows users, you've likely encountered formatting issues due to missing fonts. Microsoft's core fonts—including Arial, Times New Roman, and Verdana—have become de facto standards in document formatting, and their absence on Linux systems can lead to inconsistent rendering of documents, presentations, and web pages.
This guide will walk you through installing Microsoft's TrueType core fonts on Kubuntu 24.04, ensuring better compatibility and consistency when working with documents created on Windows systems.
What Fonts Will Be Installed?
The Microsoft core fonts package includes the following widely-used typefaces:
- 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 MS (Bold, Italic, Bold Italic)
- Verdana (Bold, Italic, Bold Italic)
- Webdings
These fonts are particularly useful if you're working with Microsoft Office documents, creating presentations that need to look identical across operating systems, or designing websites that specify these common fonts.
Video Tutorial
Installation Steps
The installation process is straightforward and requires just two commands. First, we'll update the system's package repository to ensure we're working with the latest package information. Then, we'll install the Microsoft core fonts package.
Step 1: Update Package Repositories
Before installing new software, it's always a good practice to update your system's package information. This ensures you're downloading the most recent version available in the repositories.
sudo apt update
Step 2: Install Microsoft Core Fonts
Now we'll install the TrueType Microsoft core fonts package. During installation, you'll be presented with Microsoft's End User License Agreement (EULA). You'll need to accept this agreement to proceed with the installation.
sudo apt install ttf-mscorefonts-installer
During the installation process, use the Tab key to navigate between options and Enter to select. You'll need to select "Yes" to accept the EULA when prompted.
Important Notes and Considerations
License Agreement
These fonts are proprietary software from Microsoft and are subject to their licensing terms. The installer will display the EULA during setup. While these fonts are freely distributable, they remain Microsoft's intellectual property and should be used in accordance with their terms.
Font Cache Update
After installation completes, your system will automatically update the font cache. This process makes the newly installed fonts available to all applications on your system. You may need to restart applications that were open during installation for them to recognize the new fonts.
Troubleshooting
If you encounter issues during installation, here are some common solutions:
- Installation hangs or fails: This can sometimes happen due to downloading issues. Try running
sudo apt install --reinstall ttf-mscorefonts-installer
to reinstall the package. - Fonts not appearing: If applications don't show the new fonts immediately, try closing and reopening them. For system-wide recognition, you may need to log out and log back in.
- EULA screen navigation: Remember to use the Tab key to move between buttons and Enter to select. Arrow keys alone won't work in this interface.
Verifying Installation
To verify that the fonts have been installed successfully, open any application that allows font selection (such as LibreOffice Writer or GIMP) and look for fonts like Arial, Times New Roman, or Verdana in the font dropdown menu. You should see them listed alongside your system's default fonts.
Why This Matters
Installing Microsoft core fonts improves your Linux experience in several ways. Documents created in Microsoft Office will display with correct formatting, web pages that specify these fonts will render as intended by their designers, and you'll have access to widely-recognized, professional typefaces for your own projects. This is particularly valuable in professional environments where document compatibility and consistent presentation are essential.
Whether you're a student submitting assignments, a professional collaborating with Windows users, or simply someone who wants their Linux system to handle any document thrown at it, these fonts are a valuable addition to your system.
Curious about Chromebooks? Have a look at our Chromebook Comparison Chart!
Comments
Post a Comment