I have a button with a Font Awesome icon as content. That works perfect. Problem is that the text following it has no space between the font awesome icon and the text. How can I add a space to the content?
a:before {
font-family: FontAwesome;
content: "\f095 --a here --";
display: inline-block;
}