Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save celticwebdesign/1595c6399a7b29ef62843fcec0fff1c8 to your computer and use it in GitHub Desktop.
Save celticwebdesign/1595c6399a7b29ef62843fcec0fff1c8 to your computer and use it in GitHub Desktop.
WordPress - import Fontawesome fonts
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