@font-face {
    font-family: 'Inconsolata';
    font-style: normal;
    font-weight: 300;
    src: url('Inconsolata-Regular.ttf');
}

@font-face {
    font-family: 'Inconsolata';
    font-style: bold;
    font-weight: 700;
    src: url('Inconsolata-Bold.ttf');
}