> For the complete documentation index, see [llms.txt](https://zoomuxd.gitbook.io/drift/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zoomuxd.gitbook.io/drift/foundations/typography.md).

# Typography

## Font Stack

Zoomcar uses IBM Plex Sans (Google Font).&#x20;

![](/files/-LyTDGKYRC8xNLNQhonX)

![](/files/-LyTDK1yG_495iMxPsOo)

## 👨🏻‍🎨 Design Guidelines

### Line Length

Shorter lines are more comfortable to read than longer lines. As line length increases, your eye has to travel farther from the end of one line to the beginning of the next, making it harder to track your progress vertically. Aim for an average line length of **45–90 characters** for **Desktop** and **30–40 characters** for **Mobile,** including spaces. You can check line length using word count.

### Alignment

By default, longer-form content should be left-aligned to improve readability. Justifying text especially on the web means spreading out the words on the line to span the whole column. The result is big gaps between the words. Sometimes these gaps line up and form what’s called “rivers” within the text block. The point of text is to be read, so don’t sacrifice that just to have some crisp lines along the edges.

![](/files/-LzHDnsPPbicNLJXrq7W)

### Type color <a href="#type-color" id="type-color"></a>

Type color should be carefully considered, with legibility and accessibility as paramount concerns. Keep type color neutral in running text. Use Evergreen 06 for primary actions.

## 🧑🏻‍💻 Usage Guidelines


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://zoomuxd.gitbook.io/drift/foundations/typography.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
