gpt4 book ai didi

css - 字体和 Font Awesome 图标无法通过 SSL 加载

转载 作者:技术小花猫 更新时间:2023-10-29 11:45:26 27 4
gpt4 key购买 nike

我试图让我的网站通过 SSL 正确加载,但每次我查看页面时,图标和字体都没有加载。

这是我用于我的 CSS 和很棒的字体的内容。

<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.min.css" rel="stylesheet">
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600' rel='stylesheet' type='text/css'>

Here's a link to the website in case you want to check the full code

最佳答案

尝试从 href 中删除 http::

<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">

这里有一篇关于协议(protocol)相关的很棒的文章:paulirish.com/2010/the-protocol-relative-url/

关于css - 字体和 Font Awesome 图标无法通过 SSL 加载,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26616400/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com