Skip to content

Instantly share code, notes, and snippets.

@wpexplorer
Last active November 20, 2015 13:22
Show Gist options
  • Select an option

  • Save wpexplorer/31bdbaeb8fc48f3d4b0c to your computer and use it in GitHub Desktop.

Select an option

Save wpexplorer/31bdbaeb8fc48f3d4b0c to your computer and use it in GitHub Desktop.
custom font
// Add custom font to font settings
function wpex_add_custom_fonts() {
return array( 'My Custom Font' ); // You can add more then 1 font to the array!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment