Skip to content

Instantly share code, notes, and snippets.

View irshad-pugMarker's full-sized avatar
👾

Irshad Shaikh irshad-pugMarker

👾
View GitHub Profile
@irshad-pugMarker
irshad-pugMarker / preload-css.md
Last active May 19, 2021 06:19
Multiple google fonts enqu
/**
 * 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 */
<?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/
*/