Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cjdenio/ffgen
@font-face generator for CSS!
https://github.com/cjdenio/ffgen
Last synced: 15 days ago
JSON representation
@font-face generator for CSS!
- Host: GitHub
- URL: https://github.com/cjdenio/ffgen
- Owner: cjdenio
- Created: 2020-10-07T13:35:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-17T20:50:44.000Z (about 4 years ago)
- Last Synced: 2024-05-20T12:10:20.274Z (8 months ago)
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hackclub - ffgen - [@cjdenio](https://github.com/cjdenio) - **(Go)** _🎨 Quickly and easily generate @font-face rules for CSS!_ (Developer Utilities)
README
# 🎨 ffgen
> @font-face generator for CSS!
## Installing
With a working [Go](https://golang.org) installation, just run this command to install:
```
go get github.com/cjdenio/ffgen/cmd/ffgen
```You'll need to add your Go bin to your `$PATH`, if you haven't already.
## Running
`ffgen `
If the CSS file doesn't exist, `ffgen` will create it for you. Otherwise, it'll append to the existing file.
## Building
```
git clone https://github.com/cjdenio/ffgen
cd ffgen
make
```The built binary will be placed in the `bin/` directory.
## 👥 Contributors
- **[@cjdenio](https://github.com/cjdenio)**