<?php function aquafy_starter_enqueue_assets() { // Include the file. require_once get_theme_file_path( '/includes/wptt-webfont-loader.php' ); // Load the webfont. wp_enqueue_style( 'Poppins', wptt_get_webfont_url( 'https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap' ),array(),'1.0.0' ); } add_action( 'wp_enqueue_scripts', 'aquafy_starter_enqueue_assets' );