Greetings!
I have the following problem with font-awesome
where I want to use the CDN provided by this library but I do not get the necessary result.
<!DOCTYPE html>
<html>
<head>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="home.css">
<script src="script.js"></script>
</head>
<body>
<i class="fa fa-chevron-circle-right" aria-hidden="true"></i>
<div>Esto es una prueba de font-awesome</div>
</body>
</html>