UNPKG

@octopusdeploy/design-system-tokens

Version:

The design systems tokens. This package contains the raw tokens in their original format, and compiled to an appropriate format for consumption by the design system components.

27 lines (26 loc) 858 B
export interface OctopusTextTheme { "fontFamilyCode": string; "fontFamilyDefault": string; "textBodyBoldLarge": string; "textBodyBoldMedium": string; "textBodyBoldSmall": string; "textBodyBoldXSmall": string; "textBodyRegularLarge": string; "textBodyRegularMedium": string; "textBodyRegularSmall": string; "textBodyRegularXSmall": string; "textCodeBoldLarge": string; "textCodeBoldMedium": string; "textCodeBoldSmall": string; "textCodeBoldXSmall": string; "textCodeRegularLarge": string; "textCodeRegularMedium": string; "textCodeRegularSmall": string; "textCodeRegularXSmall": string; "textHeading2xLarge": string; "textHeadingLarge": string; "textHeadingMedium": string; "textHeadingSmall": string; "textHeadingXLarge": string; "textHeadingXSmall": string; }