https://github.com/nuxt-themes/typography
Beautifully customizable Prose components for Nuxt Content.
https://github.com/nuxt-themes/typography
nuxt nuxt-content nuxt-theme
Last synced: 5 months ago
JSON representation
Beautifully customizable Prose components for Nuxt Content.
- Host: GitHub
- URL: https://github.com/nuxt-themes/typography
- Owner: nuxt-themes
- License: mit
- Created: 2022-08-10T12:42:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T18:43:50.000Z (5 months ago)
- Last Synced: 2025-02-03T19:39:21.936Z (5 months ago)
- Topics: nuxt, nuxt-content, nuxt-theme
- Language: Vue
- Homepage: https://typography.nuxt.space
- Size: 2.29 MB
- Stars: 172
- Watchers: 3
- Forks: 8
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://typography.nuxt.space)
# Nuxt Typography
[![npm version][npm-version-src]][npm-version-href]
[![License][license-src]][license-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![Nuxt][nuxt-src]][nuxt-href]
[![Nuxt Studio][nuxt-studio-src]][nuxt-studio-href]
[![Volta][volta-src]][volta-href]> A Nuxt theme to get a beautiful and customisable typography with a set of prose components for [Nuxt Content](https://content.nuxtjs.org).
- [Documentation](https://typography.nuxt.space)
- [Online playground](https://stackblitz.com/edit/nuxt-theme-typography?file=content/index.md)## Installation
```bash
npm install --save-dev @nuxt-themes/typography
```## Usage
Add it to the `nuxt.config`:
```ts
export default defineNuxtConfig({
extends: '@nuxt-themes/typography'
})
```Enjoy a beautiful typography with [Nuxt Content](https://content.nuxtjs.org).
## License
[MIT License](./LICENSE)
[npm-version-src]: https://img.shields.io/npm/v/@nuxt-themes/typography/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
[npm-version-href]: https://npmjs.com/package/@nuxt-themes/typography[npm-downloads-src]: https://img.shields.io/npm/dt/@nuxt-themes/typography.svg?style=flat&colorA=18181B&colorB=28CF8D
[npm-downloads-href]: https://npmjs.com/package/@nuxt-themes/typography[license-src]: https://img.shields.io/github/license/nuxt-themes/typography.svg?style=flat&colorA=18181B&colorB=28CF8D
[license-href]: https://github.com/nuxt-themes/typography/blob/main/LICENSE[nuxt-studio-src]: https://img.shields.io/badge/Nuxt%20Studio-18181B?&logo=nuxt.js&logoColor=3BB5EC
[nuxt-studio-href]: https://nuxt.studio/themes/docus[nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?&logo=nuxt.js
[nuxt-href]: https://nuxt.com[volta-src]: https://user-images.githubusercontent.com/904724/209143798-32345f6c-3cf8-4e06-9659-f4ace4a6acde.svg
[volta-href]: https://volta.net/nuxt-themes/typography?utm_source=readme_nuxt_typography