import { Meta, Story, Canvas } from "@storybook/addon-docs"; import * as stories from "./typography.stories"; ```ts import { TypographyModule } from "@bitwarden/components"; ``` # Typography The `bitTypography` directive applies text styles to its host element. ```html

H1

``` For headings, note that the semantic element and the text style may not always be in sync: ```html

Semantically, I am an h2, but I use h5 styles.

```