@font-face {
    font-family: 'OpenSans';
    src: url('opensans/OpenSans-Bold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: 'OpenSans';
    src: url('opensans/OpenSans-BoldItalic.ttf');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url('opensans/OpenSans-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'OpenSans';
    src: url('opensans/OpenSans-LightItalic.ttf');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url('opensans/OpenSans-Regular.ttf');
    font-weight: 400;
}
  