/*
Theme Name: Child
Template: astra
Author: Child Theme Configurator
Version: 1.0.1749436134
Updated: 2025-06-09 02:28:54
function agregar_fontawesome_al_tema() {
    wp_enqueue_style('fontawesome', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');
}
add_action('wp_enqueue_scripts', 'agregar_fontawesome_al_tema');

*/

