/**
* Google Font URL
* Combine multiple google font in one URL
* @link https://shellcreeper.com/?p=1476
* @author David Chandra <[email protected]>
*/
function tamatebako_google_fonts_url( $fonts, $subsets = array() ){
/* URL */
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if (!defined('ABSPATH')) { // Or some other WordPress constant | |
exit; | |
} | |
/** | |
* Generated by the WordPress Option Page generator | |
* at http://jeremyhixon.com/wp-tools/option-page/ | |
*/ |