1
0
mirror of https://github.com/kolaente/GoogleFontsDownloader.git synced 2024-05-29 09:46:43 +00:00

Added README

This commit is contained in:
kolaente 2016-12-30 13:27:45 +01:00
parent 31c0065c72
commit 43f9d25c7d

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.