Stackable
  • Home
  • Getting Started
  • Pricing & Licensing
  • Advanced Guides
  • Troubleshooting
  • FAQs
  • Affiliate Program
  • For Developers

Remove all Google Fonts in the Font Picker

If you want to delete all the fonts available in our font picker, you can remove all the fonts in it using this snippet:

add_action( 'admin_footer', function() {

echo <<<JS

<script>

if ( wp ) {

wp.hooks.addFilter( 'stackable.font-family-control.options', 'my-theme', options => {

return []

} )

}

</script>

JS;

} );

Read more:

Customizing Stackable Using Code Snippets

How to Disable Google Fonts

How to Use Local Google Fonts From Your Theme or Plugin

Last updated on October 17, 2023

Categories

  • Frequently Asked Questions
  • Pre-Sale Questions
  • Quick Guides
  • Google Fonts
  • Resources
No results found

© Gambit Technologies, Inc. 2025. Powered by Help Scout