Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afiestas/protectfont
An opensource/freesoftware clone of Adobe typekit
https://github.com/afiestas/protectfont
Last synced: 8 days ago
JSON representation
An opensource/freesoftware clone of Adobe typekit
- Host: GitHub
- URL: https://github.com/afiestas/protectfont
- Owner: afiestas
- License: agpl-3.0
- Created: 2014-12-15T17:56:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-15T21:29:31.000Z (almost 10 years ago)
- Last Synced: 2024-04-21T03:58:05.746Z (7 months ago)
- Language: PHP
- Size: 234 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/afiestas/protectfont.svg?branch=master)](https://travis-ci.org/afiestas/protectfont)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/afiestas/protectfont/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/afiestas/protectfont/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/afiestas/protectfont/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/afiestas/protectfont/?branch=master)Howto use
==================It is dead simple to use, simply do:
protectfont.php?font=breeze&subset=full&method=raw
This will download
fonts/breeze/breeze-full.ttf
The software works with a whitelist, meaning that by default we deny access
to everything. The whitelist looks like:{
"breeze-full-*": [
"*.afiestas.es",
"e-lena.es"
],
"breeze-full-css": [
"*"
],
"breeze-emojis-raw": [
"*.octavio.*"
]
}Even thoughb soon enough it will look like:
{
"nassim": {
"domains": [
{
"domain": "*tntypography*",
}
]
}
}