My SSL certificate is installed correctly, but some of the content is giving Chrome trouble because its being delivered via http instead of https. Chrome developer tools seems to implicate the font function as the string it doesn't like:
@font-face {
font-family: 'Terminal Dosis';
font-style: normal;
font-weight: 400;
src: local('Dosis Regular'), local('Dosis-Regular'), url('http://themes.googleusercontent.com/static/fonts/terminaldosis/v5/_IcvjW_kWHsIHjjUsLbdpKti5uXGbodo2Scs19s1bWs.woff') format('woff');
}
any tips on where I can track this down in the template so I can force it to SSL?














