@font-face {
    font-family: 'Nunito';
    src: url('/res/fonts/nunito-light-webfont.woff2') format('woff2'),
         url('/res/fonts/nunito-light-webfont.woff') format('woff'),
         url('/res/fonts/nunito-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}