使用@ font-face for woff2文件不能在chrome和IE浏览器中下载

时间:2016-09-29 04:56:04

标签: javascript css node.js google-chrome woff2

我在运行Ubuntu 12.04操作系统的应用程序中使用NodeJS和AngularJS。在我的css文件中我使用的是@ font-face,其中我使用.woff2字体文件扩展名。当我在浏览器上运行应用程序时,我的Chrome和IE中的所有.woff2文件都得到404.Can任何人都可以帮我解决这个问题。字体文件正确放置在给定路径中。

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>

<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>

<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">

<label for="password">
  <input id="password" name="user[password]" placeholder="Password (at least 8 letters, numbers, or punctuation marks)" size="30" type="password">
</label>

0 个答案:

没有答案