It’s the same for the Login page. Thank you for the solution.
add_action('login_head', 'loginHeader_addAwesomeIcons');
function loginHeader_addAwesomeIcons()
{
echo '<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">';
}