Created
August 8, 2017 09:51
-
-
Save celticwebdesign/1595c6399a7b29ef62843fcec0fff1c8 to your computer and use it in GitHub Desktop.
WordPress - import Fontawesome fonts
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 bones_fonts() { | |
wp_enqueue_style('googleFonts', '//fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Nunito:300,300i,400,600,700'); | |
} | |
add_action('wp_enqueue_scripts', 'bones_fonts'); | |
Add to functions.php or separate plugin. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment