Last active
October 11, 2020 03:14
-
-
Save wpexplorer/eada43e45f2882586f1213891f640dad to your computer and use it in GitHub Desktop.
Add multiple fonts to Total Theme via code.
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 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