@media all {
    @font-face {
        font-family: Roboto;
        src: url(./roboto/Roboto-Light.ttf) format("truetype");
        font-style: normal;
        font-weight: 100
    }@font-face {
    font-family: Roboto;
    src: url(./roboto/Roboto-Regular.ttf) format("truetype");
    font-style: normal;
    font-weight: 400
}@font-face {
    font-family: Roboto;
    src: url(./roboto/Roboto-Medium.ttf) format("truetype");
    font-style: normal;
    font-weight: 700
}
}
