When i use bootstrap for intranet web apps, i usually have it hosted on my on server.. so here's what i have
/css
/js
/fonts
under css, i've minified bootstrap.css, under js i've jquery.min.js and bootstrap.js.
Under /fonts i see
glyphicon-halflings-regular.eot
glyphicon-halflings-regular.svg
glyphicon-halflings-regular.ttf
glyphicon-halflings-regular.woff
Now i presume that only one or two of them is being actually used for the web app, so which ones should i actually keep in the folder without my web app failing on modern browsers ( ie 10, ffox 20, chrome 30)
thanks..