Added README
This commit is contained in:
parent
31c0065c72
commit
43f9d25c7d
1 changed files with 12 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal 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.
|
Loading…
Reference in a new issue