Skip to content

Instantly share code, notes, and snippets.

@aabergkvist
Last active September 22, 2017 11:33
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save aabergkvist/cf7c168ae15d63d37054 to your computer and use it in GitHub Desktop.
Google Fonts i Genesis
<?php
//* Do NOT include the opening php tag
//* Load Google Fonts
add_action( 'wp_enqueue_scripts', 'ab_load_google_fonts' );
function ab_load_google_fonts() {
wp_enqueue_style( 'google-fonts', '//fonts.googleapis.com/css?family=Lato:400,700|Neuton:400', array(), CHILD_THEME_VERSION );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment