Your link uses the https
protocol.
http
vs https
- for a protocol agnostic reference, use //fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700|Roboto:400,300,700,500,100
Basically your link uses https
but you're referencing the http
version of the font. So if you use https
- it's a secure page, and as such, it will block non secure resources (especially from 3rd party websites), such as javascript
. Or at least may display a warning, explaining that the site is trying to load non-secure
content.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…