@new-ui/typography
v3.1.0
Published
Modular typographic scale for your apps and websites.
Readme
New UI Typography
Install
Install New UI Typography from your terminal with npm:
npm i @new-ui/typographyYou can also load the minified build from a CDN in your HTML <head>:
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@new-ui/typography@latest/dist/index.min.css"
/>Usage
Import the compiled CSS in a React app or bundler:
import '@new-ui/typography/css';For SCSS projects, load the package with @use:
@use '@new-ui/typography/scss';