@font-face {
    font-family: Source Sans Pro;
    src: url(fonts/SourceSansPro-Light.ttf);
    font-weight: 300;
}
@font-face {
    font-family: Source Sans Pro;
    src: url(fonts/SourceSansPro-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: Source Sans Pro;
    src: url(fonts/SourceSansPro-SemiBold.ttf);
    font-weight: 600;
}
@font-face {
    font-family: Source Sans Pro;
    src: url(fonts/SourceSansPro-Bold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto-Light.ttf);
    font-weight: 300;
}
@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto-Medium.ttf);
    font-weight: 500;
}
@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto-Bold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: Lato;
    src: url(fonts/Roboto-Regular.ttf);
    font-weight: 400;
}
