/GoogleFontsDownloader

A Simple PHP-Script to Download Google Fonts and put them on yout Server.

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

#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.

#License Code copyright by 2016 Mowie and contributors. Code released under GPLv3.