Added README

This commit is contained in:
kolaente 2016-12-30 13:27:45 +01:00
parent 31c0065c72
commit 43f9d25c7d
1 changed files with 12 additions and 0 deletions

12
README.md Normal file
View File

@ -0,0 +1,12 @@
#Google Fonts Downloader
A small script which downloads all fonts of a given CSS file.
Simply edit the first line and provide a font file:
```php
<?php
$fontfile = 'fonts.css';
```
The script will do the rest.