Misplon

Ultra Remove Google Fonts

Mar 31st, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. /**
  2.  * Setup the child theme.
  3.  */
  4. function ultra_child_setup() {
  5.     siteorigin_webfonts_remove_font( 'Muli' );
  6.     siteorigin_webfonts_remove_font( 'Lato' );
  7. }
  8. add_action( 'after_setup_theme', 'ultra_child_setup', 100 );
Add Comment
Please, Sign In to add comment