Skip to content

Instantly share code, notes, and snippets.

@shaunpalmer
Created August 9, 2021 10:14
Show Gist options
  • Save shaunpalmer/b08fafa1f7b658f9ead712d19d84c05b to your computer and use it in GitHub Desktop.
Save shaunpalmer/b08fafa1f7b658f9ead712d19d84c05b to your computer and use it in GitHub Desktop.
enqueue google fonts & styles
function SP_SP_Block_editor_fonts(){
//enqueue google fonts & styles
wp_enqueue_styles(‘SP_SP_Block_editor_fonts’, 'https:///google_fonts_string');
}
Add action( 'enqueue_block_editor_assets' , 'SP_SP_Block_editor_fonts');
//https://wp.zacgordon.com/2017/12/26/how-to-add-javascript-and-css-to-gutenberg-blocks-the-right-way-in-plugins-and-themes/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment