/*
Theme Name: Urna Child
Theme URI: https://urnawp.com/
Author: Thembay
Description: This is a child theme for Urna
Version: 1.0
Author URI: https://thembay.com/
Template: urna
Text Domain: urna-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

function add_font_awesome() {
    wp_enqueue_style('font-awesome', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css');
}
add_action('wp_enqueue_scripts', 'add_font_awesome');