I am trying to pre-load font-awesome to improve my page load times:
It can be loading it twice because of the order you are doing preload.
Preload the font first so that, css @font-face does not send a request again to load it.