Skip to content

Instantly share code, notes, and snippets.

@studiopress
Created August 30, 2017 19:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save studiopress/7f4c181e1a7d7ad29a249a96762c079f to your computer and use it in GitHub Desktop.
Save studiopress/7f4c181e1a7d7ad29a249a96762c079f to your computer and use it in GitHub Desktop.
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