# Fix Icons Not Displaying in Terminal

By using custom prompts like [Starship](https://starship.rs) in VS Code, some icons end up missing using default config & fonts. We can fix that, by installing and using a nerd font.

## Step 1: Download Fonts

* [MesloLGS NF Regular.ttf](https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Regular.ttf)
* [MesloLGS NF Bold.ttf](https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Bold.ttf)
* [MesloLGS NF Italic.ttf](https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Italic.ttf)
* [MesloLGS NF Bold Italic.ttf](https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Bold%20Italic.ttf)

## Step 2: Install Fonts

Double click, and choose "Install" to install these fonts system-wide.

## Step 3: Configure VS Code

Open Settings in VS Code, and search for `terminal.integrated.fontFamily` using search box, and set `MesloLGS NF` as font in Font Family section.

***Reference(s):***

* [GitHub](https://github.com/romkatv/powerlevel10k/issues/671)
* [powerlevel10k Guide](https://github.com/romkatv/powerlevel10k/blob/master/font.md#manual-font-installation)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://til.devjugal.com/vscode/fix-icons-not-displaying-in-terminal.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
