Podcast E056 – Using Google Fonts with WordPress

kswp_e56This week I give 3 options on getting Google Fonts into your WordPress website.

Upcoming Events

Segment 1: In the News

Segment 2: Using Google Fonts with WordPress

code to add for functions.php option:

function load_fonts() {

            wp_register_style(‘et-googleFonts', ‘http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,700,300');

            wp_enqueue_style( ‘et-googleFonts');

        }

    add_action(‘wp_print_styles', ‘load_fonts');

Segment 3: Tool of the Week

  • GiveWP.com – Donation plugin with full control within WordPress Dashboard