Created
August 9, 2021 10:14
-
-
Save shaunpalmer/b08fafa1f7b658f9ead712d19d84c05b to your computer and use it in GitHub Desktop.
enqueue google fonts & styles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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