I am using FontAwesome on my website. To use an envelope, I have to use the following three classes like so:
<I class="fa fa-envelope-o fa-2x"></I>
Is there anyway I could combine them into a single class or create a new css file with a single rule which I could refer here?