/* 
    Document   : fonts
    Created on : Nov 16, 2013, 10:31:44 AM
    Author     : sargisbudaghyan
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

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

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

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