Typography components
npm install @fluid-topics/ft-typographyA typography component.
``shell`
npm install @fluid-topics/ft-typography
yarn add @fluid-topics/ft-typography
`typescript
import { html } from "lit"
import "@fluid-topics/ft-typography"
function render() {
return html
``
}