External http references in css and js files when serving askbot via ssl
Where can I find the references below in the style/js files?
When I run my askbot application under secure ssl/https I get an error because it draws these fonts from an http source. I'd like to change them to a https request if possible.
- this reference here seems to pull in all the others below. If I request with https it will also request the others with the same protocol. http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,400,700
Comments