Created
August 30, 2017 19:31
-
-
Save studiopress/7f4c181e1a7d7ad29a249a96762c079f to your computer and use it in GitHub Desktop.
Function that includes code removal for Google Fonts.
This file contains 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 | |
// 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