The best way I've found is to modify [[MediaWiki:Common.js]], but I ran into [[#Problems]] with that too.
<source lang=javascript>
/*To add <script src="https://use.fontawesome.com/14c71d3de0.js"></script> tags to the page we use load instead of the deprecated importScriptURI *//* You'll need to visit the fontawesome site to get a KEY to use */mw.loader.load('//use.fontawesome.com/14c71d3de0aldfjsdlkfjdlskf0.js');
</source>