@font-face {
    font-family: 'roboto-regular'; /*a name to be used later*/
    src: url('/fonts/Roboto-Regular.ttf'); /*URL to font*/
}
@font-face {
    font-family: 'roboto-thin'; /*a name to be used later*/
    src: url('/fonts/Roboto-Thin.ttf'); /*URL to font*/
}