This week I give 3 options on getting Google Fonts into your WordPress website.
Upcoming Events
- WordCamp San Diego
- WordCamp Atlanta
- WordCamp Seattle (experience edition)
Segment 1: In the News
- IntegralWP is offering 20% off to kitchensinkwp.com listeners –>CODE is KITCHENSINK
- WordPress 4.2 Beta 2 is out.
- WordPress iOS App updated to 4.9
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