@font-face
{
    font-family: 'Boogaloo';
    src: url( "../fonts/Boogaloo-Regular.ttf" ) format( "truetype" );
    font-weight: 400;
    font-style: normal;

}

@font-face
{
    font-family: 'impact';
    src: url( '../fonts/anton-webfont.woff2') format('woff2'),
    url( '../fonts/anton-webfont.woff') format('woff'),
    url( "../fonts/anton.ttf" ) format( "truetype" );
    font-weight: 400;
    font-style: normal;

}

@font-face
{
    font-family: 'LatoRegular';
    src: url( '../fonts/lato-regular-webfont.woff2') format('woff2'),
    url( '../fonts/lato-regular-webfont.woff') format('woff'),
    url( "../fonts/Lato-Regular.ttf" ) format( "truetype" );
    font-weight: 400;
    font-style: normal;

}

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

@font-face
{
    font-family: 'Lato';
    src: url( '../fonts/lato-regular-webfont.woff2') format('woff2'),
    url( '../fonts/lato-regular-webfont.woff') format('woff'),
    url( "../fonts/Lato-Regular.ttf" ) format( "truetype" );
    font-weight: 400;
    font-style: normal;
}

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