# Switch fonts

Switching up fonts can bring some life and energy back into your editor. You aren't locked into the default font.

Here are some fonts that I recommend, both paid and free.

| Free                                           | Paid                                                              |
| ---------------------------------------------- | ----------------------------------------------------------------- |
| [FiraCode](https://github.com/tonsky/FiraCode) | [Dank Mono](https://dank.sh/)                                     |
| [Hasklig](https://github.com/i-tu/Hasklig)     | [Operator Mono](https://www.typography.com/fonts/operator/styles) |
| [Monoid](https://larsenwork.com/monoid/)       | [Pragmata Pro](https://www.fsd.it/shop/fonts/pragmatapro/)        |

After installing the font, enable it User Settings.

* Press **Cmd/Ctrl + ,** to open the Settings Editor
* Search for "Font"
* Specify the name of the new font

![](/files/-LlwVjQ3ZH39kcq97eWs)

### Font Ligatures

Some fonts support "font ligatures". These are symbols that represent compound symbols that we use in programming. If the font you are using supports them, you can turn them on by ticking the "Editor: Font Ligatures" box.

![](/files/-LlwWBLB5WhryeO4jcCC)

To see the ligatures in action, create a new file called `index.js`. Input the following symbols to see how font ligatures represent these common programming compound symbols as one character.

```
==
===
>=
<=
=>
!=
!==
```


---

# 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://burkeholland.gitbook.io/vs-code-can-do-that/exercise-1-1/switch-fonts.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.
