# owngf

> > Own google font using puppeteer

Latest version **1.0.2** (published 2019-12-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install owngf
pnpm add owngf
yarn add owngf
bun add owngf
```

Provides the command `owngf`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2019-12-14 |
| First published | 2019-12-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 459.2 KB |
| Known vulnerabilities | 0 (+25 in 1 direct dependencies) |
| Install scripts | no |
| Author | ooyun0 |
| Maintainers | ooyun0 |

## Links

- npm: https://www.npmjs.com/package/owngf
- Repository: https://github.com/ooyun0/owngf
- Homepage: https://github.com/ooyun0/owngf#readme
- Issues: https://github.com/ooyun0/owngf/issues
- npm.io page: https://npm.io/package/owngf

## Dependencies (5)

- [ora](https://npm.io/package/ora.md) 4.0.3
- [axios](https://npm.io/package/axios.md) 0.19.0
- [mkdirp](https://npm.io/package/mkdirp.md) 0.5.1
- [commander](https://npm.io/package/commander.md) 4.0.1
- [puppeteer](https://npm.io/package/puppeteer.md) 2.0.0

## Recent versions

- 1.0.2 (latest) — 2019-12-14
- 1.0.1 — 2019-12-11
- 1.0.0 — 2019-12-11

## README

# owngf

> Own google font using puppeteer

## Install

```
npm i -g owngf
```

## Usage

```
owngf [options]

Options:
  -f, --font <type>         Font you want to own (required)
  -w --weights <type>       Comma separated font weights (default: "400")
  -c --css-dir <type>       Dir to output [font].css (default: "./")
  -d --download-dir <type>  Dir to download [font] (default: "./")
  -h, --help                output usage information
```

## Example

```
owngf -f "Roboto" -w "400,700" -c ./styles -d ./assets/fonts
```
[Result](https://codesandbox.io/s/adoring-dawn-w13lt)

---
_Source: https://npm.io/package/owngf · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
