Conversation
supportHi, this plugin is not compatible with HTTPS, as it has hard-coded “http” for the Google fonts its uses. To fix, change line 1 of assets/css/main.css from: @import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300); to: @import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300);
No comments were stored for this source.