A Simple PHP-Script to Download Google Fonts and put them on yout Server.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kolaente cafa0a9283 Added License 7 years ago
LICENSE Added License 7 years ago
README.md Added License 7 years ago
downloadfonts.php Initial Commit 7 years ago

README.md

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