@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

@font-face {
    font-family: 'Webnar';
    src: url('webnar.woff2') format('woff2'),
	     url('webnar.woff') format('woff'),
	     url('webnar.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*@font-face {
    font-family: 'Webnar_I';
    src: url('webnar_italic.woff2') format('woff2'),
	     url('webnar_italic.woff') format('woff'),
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Webnar_B';
    src: url('webnar_bold.woff2') format('woff2'),
	     url('webnar_bold.woff') format('woff'),
	     url('webnar_bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*/