I have tried this but it didn't work:
.stackoverflow::before {
font-family: 'FontAwesome';
content: "\f16c ";
}
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<a class="stack-link stackoverflow" href="http://stackoverflow.com">StackOverflow</a>
Can we add whitespace(s) with ::before
selector and content
property like that?