2016-12-30 12:27:45 +00:00
|
|
|
#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';
|
|
|
|
```
|
|
|
|
|
2016-12-30 12:29:00 +00:00
|
|
|
The script will do the rest.
|
|
|
|
|
|
|
|
#License
|
|
|
|
Code copyright by 2016 Mowie and contributors. Code released under GPLv3.
|