> You can get the Typography style from Geist UI here.
npm install @geist-ui/typography> You can get the Typography style from Geist UI here.
@geist-ui/typography consists of themes and typography. Package themes is the basic variables, Package typography is the text styles.
1. Install: npm i @geist-ui/themes @geist-ui/typography
2. Import:
``js`
import '@geist-ui/themes'
import '@geist-ui/typography'
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):
```