I`m working on a project in ASP.NET MVC 4 and I did following steps:
Downloaded twitter bootstrap from http://blog.getbootstrap.com/2013/12/05/bootstrap-3-
In the IgnoreRoute, you specified the "Content" folder. Try also adding one for fonts", since that is what your are requesting.
IgnoreRoute
routes.IgnoreRoute("{folder}/{*pathInfo}", new { folder = "fonts" });