In the functions.php on the parent-theme I have:
wp_register_style( ‘hitchcock_fontawesome’, get_stylesheet_directory_uri() . ‘/fa/css/font-awesome.css’ );
$dependencies[] = ‘hitchcock_fontawesome’;
wp_enqueue_style( ‘hitchcock_style’, get_stylesheet_uri(), $dependencies );
}
}
add_action( ‘wp_print_styles’, ‘hitchcock_load_style’ );
}
(and they are not at line 106)
I cannot find the strings djmwr was talking about