@font-face {
    font-family: 'Code';
    src: url('Code-Light.woff2') format('woff2'),
        url('Code-Light.woff') format('woff'),
        url('Code-Light.ttf') format('truetype'),
        url('Code-Light.svg#Code-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Code';
    src: url('Code-Bold.woff2') format('woff2'),
        url('Code-Bold.woff') format('woff'),
        url('Code-Bold.ttf') format('truetype'),
        url('Code-Bold.svg#Code-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

