@font-face{
    font-family:'connections';
    src:url('CONNECTIONS_REGULAR.TTF')  format('truetype');
}

@font-face{
    font-family:'connections';
    src:url('CONNECTIONS-ITALIC.TTF')  format('truetype');
    font-style:italic;
}

@font-face{
    font-family:'connections';
    src:url('CONNECTIONS_BOLD.TTF')  format('truetype');
    font-weight:bold;
}

@font-face{
    font-family:'connections';
    src:url('CONNECTIONS_LIGHT.TTF')  format('truetype');
    font-weight:200;
}

@font-face{
    font-family:'connections';
    src:url('CONNECTIONS_LIGHTITALIC.TTF')  format('truetype');
    font-weight:200;
    font-style:italic;
}

@font-face{
    font-family:'connections';
    src:url('CONNECTIONS_MEDIUM.TTF')  format('truetype');
    font-weight:300;
}

@font-face{
    font-family:'connections';
    src:url('CONNECTIONS_MEDIUMITALIC.TTF')  format('truetype');
    font-weight:300;
    font-style:italic;
}