/*
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 : 23/02/2017, 10:25:55 AM
    Author     : Desarrollo6 
*/

/*Normal*/
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/RobotoTTF/Roboto-Thin.ttf) format('truetype');
}

/*Light*/
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/RobotoTTF/Roboto-Light.ttf) format('truetype');
}

/*Regular*/
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/RobotoTTF/Roboto-Regular.ttf) format('truetype');
}

/*Medium*/
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/RobotoTTF/Roboto-Medium.ttf) format('truetype');
}

/*Bold*/
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/RobotoTTF/Roboto-Bold.ttf) format('truetype');
}

/*Black*/
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/RobotoTTF/Roboto-Black.ttf) format('truetype');
}

/*Italica*/
@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/RobotoTTF/Roboto-Italic.ttf) format('truetype');
}

/*Bold Italica*/
@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/RobotoTTF/Roboto-BoldItalic.ttf) format('truetype');
}