/**
 * Download from
 * http://fonts.googleapis.com/css?family=Open+Sans:400,300
 */
/* cyrillic-ext */

/*move from index_user.css*/
/*@font-face {*/
/*font-family: opensans;*/
/*src: url("../fonts/OpenSans.ttf");*/
/*src: url("../fonts/OpenSans.woff") format('woff');*/
/*font-weight: normal;*/
/*font-style: normal;*/
/*}*/

/*@font-face {*/
/*font-family: opensansBlod;*/
/*src: url("../fonts/OpenSans-Bold.ttf");*/
/*src: url("../fonts/OpenSans-Bold.woff") format('woff');*/
/*font-weight: normal;*/
/*font-style: normal;*/
/*}*/

@font-face {
    font-family: dinpro;
    /*src: url("../fonts/DINPro-Regular.otf");*/
    src: url("../fonts/DINPro-Regular.woff2") format('woff2'),
    url("../fonts/DINPro-Regular.woff") format('woff'),
    url("../fonts/DINPro-Regular.ttf") format('truetype'),
    /*url("../fonts/DINPro-Regular.svg#steiner") format('svg'),*/ 
    url("../fonts/DINPro-Regular.eot?#iefix") format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

/*move from bootstrap.css*/
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),
    url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
    url('../fonts/glyphicons-halflings-regular.ttf') format('truetype');/*,url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')*/
}