@font-face {
    font-family: 'Teko';
    src:
            url('Teko-Regular.ttf'),
            url('Teko-Medium.ttf'),
            url('Teko-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}

.font-family-teko {
    font-family: 'Teko', sans-serif;
    font-weight: 800;
}