UNPKG

@atlaskit/tokens

Version:

Design tokens are the single source of truth to name and store design decisions.

13 lines 997 B
/** * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen} * @codegen <<SignedSource::a88656a9b72d62b37dc8f61fb3739a14>> * @codegenCommand yarn build tokens */ export default ` html[data-theme~="typography:typography"], [data-subtree-theme][data-theme~="typography:typography"] { --ds-font-heading-medium: normal 500 1.25rem/1.5rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif; --ds-font-heading-small: normal 500 1rem/1.25rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif; --ds-font-heading-xsmall: normal 500 0.875rem/1.25rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif; --ds-font-heading-xxsmall: normal 500 0.75rem/1rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif; } `;