/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 9, 2016, 5:49:15 PM
    Author     : zarkov
*/

@font-face {
    font-family: 'OpenSans';
    src: url("OpenSans-Bold.ttf");
    font-weight: bold;
}
@font-face {
    font-family: 'OpenSans';
    src: url("OpenSans-BoldItalic.ttf");
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'OpenSans';
    src: url("OpenSans-Italic.ttf");
    font-style: italic;
}
@font-face {
    font-family: 'OpenSans';
    src: url("OpenSans-Bold.ttf");
    font-weight: bold;
}
@font-face {
    font-family: 'OpenSans';
    src: url("OpenSans-Light.ttf");
    font-weight:300;
}
@font-face {
    font-family: 'OpenSans';
    src: url("OpenSans-LightItalic.ttf");
    font-style: italic;
    font-weight:300;
}
@font-face {
    font-family: 'OpenSans';
    src: url("OpenSans-Regular.ttf");
}
