@font-face {
    font-family: 'NexaHeavy'; /*a name to be used later*/
    src: url('fonts/NexaHeavy.otf'); /*URL to font*/
}

@font-face {
    font-family: 'SourceCode'; /*a name to be used later*/
    src: url('fonts/SourceCodeVariable.otf'); /*URL to font*/
}

@font-face {
    font-family: 'Tanklager'; /*a name to be used later*/
    src: url('fonts/tanklagervf.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'Myriad Pro Regular'; /*a name to be used later*/
    src: url('fonts/MyriadPro-Regular.otf'); /*URL to font*/
}

