문제

Check out https://www.hyperiontx.cbstage.com/ in IE and Chrome. The header tags (h1 through h6) all have a fonts specification relying on a javascript fonts.com specification that isn't rendering properly, though it is rendering at the unsecured http address, at http://www.hyperiontx.cbstage.com. Check out the title that says "Our focus: saving..." and compare. What's going on?

도움이 되었습니까?

해결책

Chrome's developer console has your answer.

[blocked] The page at https://www.hyperiontx.com/ ran insecure content from http://fast.fonts.com/jsapi/b3fca0c6-ff69-4fdb-b66b-8c298c1cd396.js.

Chrome is blocking the script that inserts the relevant font CSS because it's loaded insecurely.

Try changing the reference to:

<script type="text/javascript" src="//fast.fonts.com/jsapi/b3fca0c6-ff69-4fdb-b66b-8c298c1cd396.js"></script>
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top