﻿
/* 
    Moved here from bootstrap.css to allow icons to be displayed correctly in IE11  
*/

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/images/fonts/glyphicons-halflings-regular.eot');
    src: url('/images/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
         url('/images/fonts/glyphicons-halflings-regular.woff') format('woff'),
         url('/images/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
         url('/images/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
