You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fonts, including font awesome, are included directly via http://, which browsers like Chrome block for security reasons. Simple solution is to load resources via // instead. Pull request coming later today.