# Astrotypes

Ready-made font pairings and single-family picks for Astro projects. Browse, test, and install with one command. Open source. Open code. **Use this to ship typography faster in Astro.**

<img src="public/og/facebook.png" alt="Astrotypes preview" width="100%">

## Documentation

Visit [https://astrotypes.com/documentation](https://astrotypes.com/documentation) to view the documentation.

## How To

Install a pairing in your Astro project:

```bash
npx astrotype add product
```

Or with your package manager:

```bash
npm exec astrotype add product
yarn dlx astrotype add product
pnpm dlx astrotype add product
bunx astrotype add product
```

Audit your Astrotypes setup:

```bash
npx astrotype doctor
```

Apply safe fixes automatically:

```bash
npx astrotype doctor --fix
```

## Contributing

Please read the [contributing guide](./CONTRIBUTING.md).

## Sponsors

If you find Astrotypes useful, consider [sponsoring the project](https://github.com/sponsors/michael-andreuzza).

## License

Licensed under the [MIT license](./LICENSE).
