Forked from tomhemsley/Meta Slider - Layer Editor - Add fonts
Created
May 24, 2014 10:01
-
-
Save dauidus/b2f73c14f1f9dfe3ef63 to your computer and use it in GitHub Desktop.
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 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