@font-face {
    font-family: roboto;
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), url(Roboto-Regular.woff) format('woff')
}

@font-face {
    font-family: roboto regular;
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Regular'), url(Roboto-Regular.woff) format('woff')
}

@font-face {
    font-family: roboto thin;
    font-style: normal;
    font-weight: 250;
    src: local('Roboto Thin'), url(Roboto-Thin.woff) format('woff')
}

@font-face {
    font-family: roboto light;
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), url(Roboto-Light.woff) format('woff')
}

@font-face {
    font-family: roboto medium;
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), url(Roboto-Medium.woff) format('woff')
}