Skip to content
Alan Semenov edited this page Jun 26, 2025 · 2 revisions

Figma

image

Sample heading (size 36):

color: var(--text-default, #000);

/* Heading/36 */
font-family: "Open Sans";
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: normal;

Sample text (size 36):

color: var(--text-default, #000);

/* Body/text 36 */
font-family: "Open Sans";
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: normal;

Clone this wiki locally