FontAwesome Icons can be achieved using a particular setup:
Here’s how to do it:
You’ll want to headover to FontAwesome.io and grab the BootstrapCDN code found here:
http://fontawesome.io/get-started/
Here’s the actual line of code:
\_<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
Drop that bit of code into your CSS Stylesheets box on the bottom left of the page builder. From there you can use the FontAwesome icon codes referenced in the link below by placing them in a CustomHTML object
http://fontawesome.io/examples/
That should do it! Here’s a test page for those who want to see it in action:
http://unbouncepages.com/fontawesome/
Be sure to checkout fontawesome’s website for the full list of icons and documentation:
*Keep in mind this integration only enables the use of FontAwesomes Icons and not existing Bootstrap components