<?php
/**
 * Add more Google Fonts by going to http://www.google.com/webfonts
 * We have included the top 20 most popular fonts to get you started
 *
 * @since PressWork 1.0
 */
if(empty($pw_google_fonts)) {
	$pw_google_fonts = array(
		"Quattrocento",
		"Droid Sans",
		"Droid Serif",
		"Lobster",
		"PT Sans",
		"Yanone Kaffeesatz",
		"Arvo",
		"Ubuntu",
		"Open Sans",
		"Pacifico",
		"Calligraffitti",
		"Reenie Beanie",
		"Crafty Girls",
		"Tangerine",
		"Oswald",
		"Shadows Into Light",
		"Nobile",
		"Raleway",
		"Rock Salt",
		"Copse"
	);
}