FA 5.0.1 Free test

by David

HTML

<script src="https://kit.fontawesome.com/f2c1ba0d72.js"></script>
<div class="hike-technical-data">
  <span class="ascent">Ascesa</span>
</div>

CSS

.hike-technical-data .ascent:before {
	font-family: 'FontAwesome';
   font-style: normal;
    font-variant: normal;
    content: "\f111";
  font-weight: 900; /* <-- add this */
}