@font-face {
    font-family: 'MyFont';
    src: url('/static/fonts/DINNeuzeitGroteskLT-BoldCond.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'MyFont', sans-serif;
}

button, input[type="submit"], input[type="button"] {
    font-family: 'MyFont', sans-serif !important;
}