Skip to content

Instantly share code, notes, and snippets.

@wpexplorer
Last active October 11, 2020 03:14
Show Gist options
  • Save wpexplorer/eada43e45f2882586f1213891f640dad to your computer and use it in GitHub Desktop.
Save wpexplorer/eada43e45f2882586f1213891f640dad to your computer and use it in GitHub Desktop.
Add multiple fonts to Total Theme via code.
function wpex_add_custom_fonts() {
return array( 'Font 1', 'Font 2', 'Font 3', 'Font 4' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment