Skip to content

Instantly share code, notes, and snippets.

@UeldoTheme
UeldoTheme / functions.php
Created April 13, 2018 13:25
Example child theme which allows you to add custom font from Google Fonts to your WordPress theme.
<?php
/**
*
* child theme functions and definitions
*
*/
add_action( 'wp_enqueue_scripts', 'child_theme_enqueue_scripts' );
function child_theme_enqueue_scripts() {