@font-face {
    font-family: 'Fixel';
    src: url('../font/Fixel/FixelText-Thin.woff2') format('woff2'),
    url('../font/Fixel/FixelText-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Fixel';
    src: url('../font/Fixel/FixelText-ExtraLight.woff2') format('woff2'),
    url('../font/Fixel/FixelText-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Fixel';
    src: url('../font/Fixel/FixelText-Light.woff2') format('woff2'),
    url('../font/Fixel/FixelText-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Fixel';
    src: url('../font/Fixel/FixelText-Regular.woff2') format('woff2'),
    url('../font/Fixel/FixelText-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Fixel';
    src: url('../font/Fixel/FixelText-Medium.woff2') format('woff2'),
    url('../font/Fixel/FixelText-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Fixel';
    src: url('../font/Fixel/FixelText-SemiBold.woff2') format('woff2'),
    url('../font/Fixel/FixelText-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Fixel';
    src: url('../font/Fixel/FixelText-Bold.woff2') format('woff2'),
    url('../font/Fixel/FixelText-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Fixel';
    src: url('../font/Fixel/FixelText-ExtraBold.woff2') format('woff2'),
    url('../font/Fixel/FixelText-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Fixel';
    src: url('../font/Fixel/FixelText-Black.woff2') format('woff2'),
    url('../font/Fixel/FixelText-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}