# Do-Nots

## Please Don't:

* Add positive letter spacing to any text styling. It almost always negatively impacts readability
* Use Title Case. It complicates things and leads to mistakes & exceptions.&#x20;
* Use all lowercase.&#x20;
* Use multiple coloured words to make certain parts of a sentence stand out.&#x20;
  * If you really need to color text, try sticking to a single color (preferably our GeckoGreen as it is the most associated with our brand).&#x20;
  * Avoid colouring text when possible to avoid potential accessibility issues.&#x20;
* Set body text *without* appropriate line height.&#x20;
  * Too little (100%) or too much (200%) isn’t ideal.&#x20;
  * Try sticking with 150% (our recommendation) as it works well for both readability and visual appeal.
* Use ALLCAPS text as it impact readability negatively.&#x20;

<figure><img src="/files/Giryw4PTvZVEV6hszU4v" alt=""><figcaption></figcaption></figure>


---

# 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://brand.coingecko.com/visual-identity/typography/do-nots.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.
