XF 1.2 External CSS on a page!

You can include it in the PAGE_CONTAINER template using, for example:
Code:
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
 
Top Bottom