A Simple PHP-Script to Download Google Fonts and put them on yout Server.
Find a file
2016-12-30 13:27:45 +01:00
downloadfonts.php Initial Commit 2016-12-30 13:24:34 +01:00
README.md Added README 2016-12-30 13:27:45 +01: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
$fontfile = 'fonts.css';

The script will do the rest.