如何将引导程序字体移动到其他文件夹?

L_M*_*L_M 5 asp.net-mvc twitter-bootstrap

我有一个带有Bootstrap的标准ASP.NET MVC应用程序。我将“字体”文件夹移至“内容/字体”。文件夹内有那些glyphicons-halflings-regular文件。

启动应用程序时,出现404浏览器错误,找不到Fonts/glyphicons-halflings-regular.woffglyphicons-halflings-regular.ttf文件。

如何配置我的项目以便找到这些文件?

L_M*_*L_M 4

解决方案是更新 bootstrap.css 中的路径。(参见原问题的评论)

谢谢米普的帮助。