我有一个带有Bootstrap的标准ASP.NET MVC应用程序。我将“字体”文件夹移至“内容/字体”。文件夹内有那些glyphicons-halflings-regular文件。
glyphicons-halflings-regular
启动应用程序时,出现404浏览器错误,找不到Fonts/glyphicons-halflings-regular.woff和glyphicons-halflings-regular.ttf文件。
Fonts/glyphicons-halflings-regular.woff
glyphicons-halflings-regular.ttf
如何配置我的项目以便找到这些文件?
asp.net-mvc twitter-bootstrap
asp.net-mvc ×1
twitter-bootstrap ×1