# Typography

## Font size

This property sets the size of the text. The size can be specified in various units such as pixels (px), ems (em), or percentages (%). The default font size is 16 pixels.

## Line height

This property sets the height of each line of text, and it determines the vertical space between the lines. The line height can be specified in various units such as pixels (px), ems (em), or percentages (%).

## Text color

This property sets the color of the text. The color can be specified using various color models such as RGB, HEX, HSL. Default color is black.

## Font weight

This property sets the thickness of the text. The value can be specified using keywords such as bold, normal, or a numeric value between 100 and 900.

## Font style

This property sets the style of the text. The value can be specified using keywords such as italic or normal.

## Text decoration

This property sets the decoration of the text. The value can be specified using keywords such as underline, overline, line-through, or none.

## Text align

This property sets the horizontal alignment of the text. The value can be specified using keywords such as left, right, center, justify, or inherit.


---

# 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://docs.acho.io/app-builder/app-construction/elements/css-styles/typography.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.
