@font-face {
    font-family: 'roboto-bold';
    src:  url('./Roboto-Bold.ttf') format('truetype'),
}

body {
    font-family: 'roboto-bold';
}