A typography component.
npm install @fluid-topics/ft-typography yarn add @fluid-topics/ft-typography
import { html } from "lit" import "@fluid-topics/ft-typography" function render() { return html` <ft-typography variant="title">Typography component</ft-typography> ` }