@font-face {
    font-family: 'Roboto';
    src: url(../font/Roboto-Light.ttf);
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: 'Roboto';
    src: url(../font/Roboto-Regular.ttf);
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'Roboto';
    src: url(../font/Roboto-Medium.ttf);
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'Roboto';
    src: url(../font/Roboto-Bold.ttf);
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url(../font/RobotoSlab-Light.ttf);
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url(../font/RobotoSlab-Regular.ttf);
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url(../font/RobotoSlab-Bold.ttf);
    font-style: normal;
    font-weight: 700;
}
