Dequeueing the enqueued style will be sufficient. But you need to be careful to dequeue it after it is enqueued. It is enqueued at the default priority of 10, so make sure that when you hook into wp_enqueue_scripts you do so at a higher/later priority.
add_action( 'wp_enqueue_scripts', 'wpse_escutcheon_scripts', 11 );
function wpse_escutcheon_scripts() {
wp_dequeue_style( 'escutcheon-fonts' );
}
Related Posts:
- How to remove font awesome from loading in wp theme
- add sidebar area to header of child theme
- Twentyten Child Theme: header images display messed up in admin panel
- Skeleton Child Theme Add Icon Bar to Header Flex Grid
- Randomizing wp_tag_cloud() in child theme
- Where do I go to edit this area? [closed]
- How would I correctly implement a new if statement in a child functions file?
- How do I integrate my Child Theme into a Custom Template?
- post_row_actions filter from parent theme not executing in child theme
- remove_action on after_setup_theme not working from child theme
- When should you, and when should you not, use wp_list_pluck()?
- Include files in child theme functions file
- Declaring an instance of class included in parent theme from child theme functions.php
- opening links in new tab using – add_filter( ‘the_content’, ‘make_clickable’);
- Implementing DNS Prefetching with WordPress
- Child theme – overriding add_image_size by a child theme [duplicate]
- How to override functions.php in child theme?
- Set default options for inserting media
- Change parent theme file function in child themes functions.php
- Default or Preset Content for Custom Post Types
- Remove tag on my RSS Feed
- How to override filter in child theme?
- I created a child theme and it doesn’t work for some of the css files
- Unregister Nav Menu with fallback?
- Child Theme Not Overriding Parent Theme
- Changes to functions.php not working
- How to Add a Random Custom Gravatar in the WordPress Comments?
- How to store / access files in child theme folder
- Delete pages and Create default pages for all new network sites
- Proper way of using functions in action hook?
- How to mass-delete inline styles in WordPress custom post type automatically?
- How would go about if I just want a temporary function?
- Remove the deleted users avatar from list
- how to edit functions.php in a child theme
- str_replace function in theme
- Include files in child themes, declare in functions.php
- Adding to fontawesome-webfont.woff2 to boost website speed
- Problem only while using require_once() within functions.php
- Best practices regarding the creation of custom widgets?
- Word Press – Dynamic Content [closed]
- how can I just add to parent theme function(s) instead of redeclaring whole the function
- Automatically include all php files in a child theme directory
- different style sheet for just one page template
- How would I go about replacing this function in my child theme located in inc/template-tags.php
- Condition OR for current user ID
- Enqueuing latest version of jQuery into a child theme returns a blank screen
- Where do I store custom functions that call custom page template files?
- Dequeue script to prevent javascript event conflict on wordpress child theme
- Return child theme url
- Got white blank page after copying the functions.php to child theme
- How do I change a parent theme’s function through the child theme?
- Wp-query Order By problem
- Can’t locate custom image sizes defined by child theme
- Add back in child theme what the parent theme removed with remove_action
- login_headertitle is deprecated since version 5.2.0
- How to include any template using Shortcode fuction?
- Different favicon on different pages
- How to remove admin footer text from inside child theme?
- Problem with images URL after filter applying
- remove_action not working, even after changing priority [duplicate]
- Do we need to change our child function.php to require/include child dir files when we add an over-riding file.php into the child theme
- How to use parent theme functions in child theme functions.php file?
- Child theme functions.php
- How to echo Widget Title in Custom Frontend-Template Box
- how to display a page before the home page
- loginout function customization
- Change custom featured image size in twentythirteen child theme
- implementing a centralized content “show-do-not-show” toggle?
- How would I make a function to dynamically determine if user is logged to change navigation menu text?
- How to display this meta data (an array) in form of a function (created with a custom write panel)?
- WordPress – using sessions?
- Get webpack to work on child theme
- how can I add filter in specfic field in my website?
- CF7 select value get to function and reciept value from function
- Widget is displayed in two places
- How to add javascript code into Divi child theme?
- Extend WordPress Audio Widget to accept HLS (.m3u8) URLs
- Change default color scheme in twentyfifteen child theme?
- Woocommerce custom calculation function
- WordPress function with attribute pass to template
- Adding A New Widget to WordPress Disables the Existing Widgets
- Help! Need a different logo on my main page from my other pages
- Display page number on custom page title function
- How to replace words in my posts and saved new words
- Getting back a blank WordPress site following functions code edit
- Adding a meta box fields to child theme options page
- Add functionality to post editor
- Blank child theme – functions.php problem
- Why does modifying my functions.php file always result in a server error
- Remove snippets of JS from core
- Why functions metaboxes is causing White Screen in Admin [closed]
- How do I make my child theme’s CSS update when I save it?
- Explode Array from Repeatable Custom Field
- WordPress Custom wp mail template return full template
- Problem with removing characters “<” – WpAllImport
- How to create a post without link in wordpress?
- How to automatically load Google Fonts on pages only as they’re used?
- Proper way to load styles using a child theme
- BuddyPress Edit activity function good practice
- wp_login_form display no styled form