Title: remove noto sans
Last modified: August 22, 2016

---

# remove noto sans

 *  Resolved [WordMonkey25](https://wordpress.org/support/users/wordmonkey25/)
 * (@wordmonkey25)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/remove-noto-sans/)
 * What is the proper way to deque noto sans in a child theme.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [bravokeyl](https://wordpress.org/support/users/bravokeyl/)
 * (@bravokeyl)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/remove-noto-sans/#post-5899337)
 * You can dequeue using handle that is registered while enqueing
    [Link](https://codex.wordpress.org/Function_Reference/wp_dequeue_style)
 *     ```
       <?php
       function remove_noto_style() {
         wp_dequeue_style( 'twentyfifteen-fonts' );
       }
       add_action( 'wp_enqueue_scripts', 'remove_noto_style');
       ?>
       ```
   
 *  Thread Starter [WordMonkey25](https://wordpress.org/support/users/wordmonkey25/)
 * (@wordmonkey25)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/remove-noto-sans/#post-5899341)
 * Thank you, that works. I’d tried something similar that didn’t work before.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘remove noto sans’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/twentyfifteen/4.2/screenshot.png)
 * Twenty Fifteen
 * [Support Threads](https://wordpress.org/support/theme/twentyfifteen/)
 * [Active Topics](https://wordpress.org/support/theme/twentyfifteen/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/twentyfifteen/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/twentyfifteen/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [WordMonkey25](https://wordpress.org/support/users/wordmonkey25/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/remove-noto-sans/#post-5899341)
 * Status: resolved