---
title: "Typography Control Schema"
description: "Value schema for typography control type"
canonical: "https://academy.bricksbuilder.io/developer/schema/controls/typography/"
markdownUrl: "https://academy.bricksbuilder.io/developer/schema/controls/typography.md"
pageType: "article"
section: "developer"
category: "schema"
lastmod: "2026-05-21T13:58:32.000Z"
---
import SchemaJson from '../../../../../components/SchemaJson.astro'

<SchemaJson path="controls/typography.json" />

## Properties

| Property | Type | Description |
|---|---|---|
| `font-family` | string | — |
| `font-size` | string | — |
| `font-weight` | string \| integer | — |
| `font-style` | string | One of: `normal`, `italic`, `oblique` |
| `line-height` | string | — |
| `letter-spacing` | string | — |
| `text-align` | string | One of: `left`, `center`, `right`, `justify` |
| `text-transform` | string | One of: `none`, `uppercase`, `lowercase`, `capitalize` |
| `text-decoration` | string | — |
| `color` | any | Color value in various formats |