/* Подключение шрифтов */
@font-face {
    font-family: 'Open-Sans'; 
    src: url('opensans.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Open-Sans-Bold';
    src: url('opensansbold.ttf');
	font-weight: bold;
	font-style: normal;
}
@font-face {
    font-family: 'Open-Sans-Bold-Italic';
    src: url('opensansbolditalic.ttf');
}
@font-face {
    font-family: 'Open-Sans-ExtraBold';
    src: url('opensansextrabold.ttf');
}
@font-face {
    font-family: 'Open-Sans-ExtraBold-Italic';
    src: url('opensansextrabolditalic.ttf');
}
@font-face {
    font-family: 'Open-Sans-Italic';
    src: url('opensansitalic.ttf');
}
@font-face {
    font-family: 'Open-Sans-Light';
    src: url('opensanslight.ttf');
}
@font-face {
    font-family: 'Open-Sans-Light-Italic';
    src: url('opensanslightitalic.ttf');
}
@font-face {
    font-family: 'Open-Sans-SemiBold';
    src: url('opensanssemibold.ttf');
}
@font-face {
    font-family: 'Open-Sans-SemiBold-Italic';
    src: url('opensanssemibolditalic.ttf');
}
@font-face {
     
    src: url('Roboto-Regular.ttf');
}
@font-face {
    font-family: 'SegoePrint-Regular';
    src: url('segoepr.ttf');
}
