# Typescale Typography utilities provide a comprehensive set of font sizes, weights, and line heights for consistent text styling. **Category:** Utilities **Storybook:** https://doc.ux4g.gov.in/web/?path=/story/ux4g-utilities-typescale--introduction ## Variants documented in Storybook - TypescaleShowcase: https://doc.ux4g.gov.in/web/?path=/story/ux4g-utilities-typescale--typescaleshowcase ## Framework setup ### HTML / CDN ```html ``` ### React ```bash npm install ux4g-web-components ``` ```jsx import 'ux4g-web-components/styles.css'; import 'ux4g-web-components/design-system'; ``` ### Angular Update `angular.json`: ```json { "styles": [ "node_modules/ux4g-web-components/styles/ux4g.css", "src/styles.css" ], "scripts": [ "node_modules/ux4g-web-components/dist/runtime/design-system.js" ] } ``` ## Code examples The snippets below are extracted from the Storybook canvas for Typescale. Each example shows the rendered HTML, the equivalent React JSX, and the Angular template markup. ### 1. Introduction — Introduction HTML: ```html
Detailed reference of typography utilities covering all standard font sizes and weights in the design system.
Every class from the utility library, categorized for easy access.
Format: ux4g-{heading/body}-{size}
|
Display Large Default
ux4g-display-l-default
|
|
Display Medium Default
ux4g-display-m-default
|
|
Display Small Default
ux4g-display-s-default
|
|
Display Extra Small Default
ux4g-display-xs-default
|
Format: ux4g-{heading/body}-{size}
|
Heading 2XL Default
ux4g-heading-2xl-default
|
|
Heading XL Default
ux4g-heading-xl-default
|
|
Heading L Default
ux4g-heading-l-default
|
|
Heading M Default
ux4g-heading-m-default
|
|
Heading S Default
ux4g-heading-s-default
|
|
Heading XS Default
ux4g-heading-xs-default
|
Format: ux4g-{heading/body}-{size}
|
Body Large Default
ux4g-body-l-default
|
|
Body Medium Default
ux4g-body-m-default
|
|
Body Small Default
ux4g-body-s-default
|
|
Body Extra Small Default
ux4g-body-xs-default
|
Format: ux4g-{heading/body}-{size}
|
Label Extra Large Default
ux4g-label-xl-default
|
|
Label Large Default
ux4g-label-l-default
|
|
Label Medium Default
ux4g-label-m-default
|
|
Label Small Default
ux4g-label-s-default
|
Detailed reference of typography utilities covering all standard font sizes and weights in the design system.
Every class from the utility library, categorized for easy access.
Format:
ux4g-{heading/body}-{size}
|
Display Large Default
ux4g-display-l-default
|
|
Display Medium Default
ux4g-display-m-default
|
|
Display Small Default
ux4g-display-s-default
|
|
Display Extra Small Default
ux4g-display-xs-default
|
Format:
ux4g-{heading/body}-{size}
|
Heading 2XL Default
ux4g-heading-2xl-default
|
|
Heading XL Default
ux4g-heading-xl-default
|
|
Heading L Default
ux4g-heading-l-default
|
|
Heading M Default
ux4g-heading-m-default
|
|
Heading S Default
ux4g-heading-s-default
|
|
Heading XS Default
ux4g-heading-xs-default
|
Format:
ux4g-{heading/body}-{size}
|
Body Large Default
ux4g-body-l-default
|
|
Body Medium Default
ux4g-body-m-default
|
|
Body Small Default
ux4g-body-s-default
|
|
Body Extra Small Default
ux4g-body-xs-default
|
Format:
ux4g-{heading/body}-{size}
|
Label Extra Large Default
ux4g-label-xl-default
|
|
Label Large Default
ux4g-label-l-default
|
|
Label Medium Default
ux4g-label-m-default
|
|
Label Small Default
ux4g-label-s-default
|
Detailed reference of typography utilities covering all standard font sizes and weights in the design system.
Every class from the utility library, categorized for easy access.
Format: ux4g-{heading/body}-{size}
|
Display Large Default
ux4g-display-l-default
|
|
Display Medium Default
ux4g-display-m-default
|
|
Display Small Default
ux4g-display-s-default
|
|
Display Extra Small Default
ux4g-display-xs-default
|
Format: ux4g-{heading/body}-{size}
|
Heading 2XL Default
ux4g-heading-2xl-default
|
|
Heading XL Default
ux4g-heading-xl-default
|
|
Heading L Default
ux4g-heading-l-default
|
|
Heading M Default
ux4g-heading-m-default
|
|
Heading S Default
ux4g-heading-s-default
|
|
Heading XS Default
ux4g-heading-xs-default
|
Format: ux4g-{heading/body}-{size}
|
Body Large Default
ux4g-body-l-default
|
|
Body Medium Default
ux4g-body-m-default
|
|
Body Small Default
ux4g-body-s-default
|
|
Body Extra Small Default
ux4g-body-xs-default
|
Format: ux4g-{heading/body}-{size}
|
Label Extra Large Default
ux4g-label-xl-default
|
|
Label Large Default
ux4g-label-l-default
|
|
Label Medium Default
ux4g-label-m-default
|
|
Label Small Default
ux4g-label-s-default
|