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
In my case change http source to https while using @import statement in css file works fine.
http
https
@import
@import url(https://opensource.keycdn.com/fontawesome/4.7.0/font-awesome.min.css); [class*="fontawesome-"]:before {font-family: 'fontawesome', sans-serif;}