@font-face{

    font-family: 'Cour';

    src: url('cour.ttf');

    font-weight: normal;

    font-style: normal;

}

@font-face{

    font-family: 'Myriad';

    src: url('MYRIADPRO-REGULAR.otf');

    font-weight: normal;

    font-style: normal;

}

@font-face{

    font-family: 'Nautilus';

    src: url('Nautilus.otf');

    font-weight: normal;

    font-style: normal;

}
@font-face{

    font-family: 'Roboto-Condensed';

    src: url('./Roboto-Condensed.ttf');

    font-weight: normal;

    font-style: normal;

}

@font-face{

    font-family: 'Roboto-Condensed-Bold';

    src: url('RobotoCondensed-Bold.ttf');

    font-weight: bold;

    font-style: normal;

}