1.2.1 • Published 5 years ago
@zeit-ui/typography v1.2.1
Typography for ZEIT Design
You can get the Typography style from ZEIT design here.
How to start
@zeit-ui/typography
consists of themes
and typography
. Package themes
is the basic variables, Package typography
is the text styles.
Used by NPM
Install:
npm i @zeit-ui/themes @zeit-ui/typography
Import:
import '@zeit-ui/themes' import '@zeit-ui/typography'
Used by CDN
Sometimes you just need a simple project, like only one .html
file,
you can choose the packaged UMD file on CDN (the umd package is still mini, ≈≈ 1kb):
<script src="https://cdn.jsdelivr.net/npm/@zeit-ui/typography@latest/umd.css"></script>