I\'m trying to get my website to load correctly over SSL, and every time I view the page, the icons and font aren\'t loading.
Here\'s what I\'m using for my CSS and
Try downloading the font-awesome zip (css & assets) and serve them from your own server/directory - instead of using the CDN links.
Then just refer to the font-awesome css file in your own directory using https://
This worked for me.