Last active
November 20, 2015 13:22
-
-
Save wpexplorer/31bdbaeb8fc48f3d4b0c to your computer and use it in GitHub Desktop.
custom font
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
| // 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