Skip to content

Instantly share code, notes, and snippets.

@studiopress
Created August 30, 2017 19:31
Embed
What would you like to do?
Function that includes code removal for Google Fonts.
<?php
// Do NOT include the opening php tag.
wp_enqueue_style( 'monochrome-fonts', '//fonts.googleapis.com/css?family=Muli:200,300,300i,400,400i,600,600i|Open+Sans+Condensed:300', array(), CHILD_THEME_VERSION );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment