12 lines
213 B
Markdown
12 lines
213 B
Markdown
|
#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.
|