Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dauidus/b2f73c14f1f9dfe3ef63 to your computer and use it in GitHub Desktop.
Save dauidus/b2f73c14f1f9dfe3ef63 to your computer and use it in GitHub Desktop.
function metaslider_add_custom_fonts_to_layer_editor($custom_fonts) {
return "Raleway/raleway; Kavoon/kavoon; Roboto/roboto";
}
add_filter('metaslider_layer_editor_fonts', 'metaslider_add_custom_fonts_to_layer_editor');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment