From 5ae4dde222203caadf59d964bf07e297c14db96b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?andr=C3=A9s=20gonz=C3=A1lez?= Date: Fri, 25 Jul 2025 12:30:56 +0200 Subject: [PATCH] :books: Add font size token doc (#6972) --- docs/user-guide/design-tokens/index.njk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/user-guide/design-tokens/index.njk b/docs/user-guide/design-tokens/index.njk index 3de6a9dbae..df0d4d7698 100644 --- a/docs/user-guide/design-tokens/index.njk +++ b/docs/user-guide/design-tokens/index.njk @@ -205,6 +205,10 @@ title: 10ยท Design Tokens

Y Position (dimension)

The Y property specifies the position of the element on the Y axis of the canvas.

+

Font Size

+

Font size tokens allow you to define and standardize font-size values across your design system. These tokens can be applied to the font-size property in text layers, ensuring consistent typography throughout your designs.

+

Font size token values are always computed as px (pixels).

+

Opacity

Opacity tokens allow you to define the opacity of a layer, ranging from fully opaque to fully transparent.

Opacity tokens can be applied to any design element that supports transparency. You can use any decimal value between 0 and 1 to set varying levels of opacity or you can use any value between 0 and 100 with `%` sign at the end of the value. For example, you can use 45% which would resolve to .45.