> For the complete documentation index, see [llms.txt](https://da-home-studio.gitbook.io/elementary-os-user-handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://da-home-studio.gitbook.io/elementary-os-user-handbook/best-practices/tips-and-tricks/add-more-fonts.md).

# Add More Fonts

Sooner or later, you will have to deal with the doc files created in MS Office, so it is useful to install some MS fonts to Linux (this is related not only to elementary OS).

1. Open your terminal and run:

```
sudo apt install ttf-mscorefonts-installer
```

{% hint style="warning" %}
During the installation, the License Agreement appears on your screen. You need to agree and click OK to install the Microsoft core fonts.
{% endhint %}

2. If you wish, you can install some more interesting fonts via the Terminal:

```
sudo apt install xfonts-terminus fonts-terminus fonts-liberation fonts-liberation2 fonts-crosextra-carlito fonts-crosextra-caladea fonts-cantarell
```

3. To add a third-party downloaded font into the system, create the `/.fonts/` catalogue in your home folder, and put font files (like `font-name.ttf`) in there.

{% hint style="success" %}
To change system default fonts, install [Pantheon Tweaks](/elementary-os-user-handbook/best-practices/tips-and-tricks/get-more-tweaks.md).
{% endhint %}
