Font Awesome无法使用简单的html

时间:2014-02-05 12:05:57

标签: html css fonts font-awesome-4

我正在使用asp.net mvc 4并尝试添加字体非常棒的字体。虽然我得到的图标字体没有改变它应该。所以我在纯HTML上试了一下。但我很震惊地看到它也没有在这里工作。

HTML:

<html>

<head>

<!--Bootstrap Core Styles Start-->

<link href="css/bootstrap.css" rel="stylesheet" type="text/css">
<!--<link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">-->
<link href="css/font-awesome.css" rel="stylesheet" type="text/css">

<!--Bootstrap Core Styles End-->


<!--Custom CSS Start-->
<link href="css/new_style.css" rel="stylesheet" type="text/css">

<!--Custom CSS End-->


<!--JS Start-->
<script src="js/jquery-2.0.2.min.js"></script>
<script src="js/bootstrap.min.js"></script>

<!--JS End-->
</head>

我也尝试使用直接链接本身。这也行不通。问题是什么? <-1}}在font-awesome.css中的字体路径完全没问题。

0 个答案:

没有答案