
/* Regular */
@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Regular.ttf');
    font-weight: normal;
    font-weight: 400;
    font-style: normal;
}
/* Light */
@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Light.ttf');
    font-weight: 200;
    font-style: normal;
}