@new-ui/typography
v0.2.0
Published
Modular typographic scale for your apps and websites.
Readme
New UI Typography
Install
Install New UI Typography from your terminal via npm.
npm i @new-ui/typographyTo get started quickly, you can use the CDN files.
<!-- Place this at the html head -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@new-ui/typography@latest/dist/index.css"
/>Usage
// Place this at the top of your SCSS/CSS file
@use '@new-ui/typography';