/* Vs 25/06/2014 */
    @font-face {
        *font-family: 'DosisRegular';
        *src: url('fonts/dosis-regular-webfont.eot');
        *src: url('fonts/dosis-regular-webfont.eot?#iefix')
            format('embedded-opentype'),
            url('fonts/dosis-regular-webfont.woff') format('woff'),
            url('fonts/dosis-regular-webfont.ttf') format('truetype');
        *font-weight: normal;
        *font-style: normal;
    }

    @font-face {
        *font-family: 'DosisSemiBold';
        *src: url('fonts/dosis-semibold-webfont.eot');
        *src: url('fonts/dosis-semibold-webfont.eot?#iefix')
            format('embedded-opentype'),
            url('fonts/dosis-semibold-webfont.woff') format('woff'),
            url('fonts/dosis-semibold-webfont.ttf') format('truetype');
        *font-weight: normal;
        *font-style: normal;
    }

    @font-face {
        *font-family: 'Lucida Console';
        *src: url('fonts/lucon-webfont.eot');
        *src: url('fonts/lucon-webfont.eot?#iefix') format('embedded-opentype'),
            url('fonts/lucon-webfont.woff') format('woff'),
            url('fonts/lucon-webfont.ttf') format('truetype'),
            url('fonts/lucon-webfont.svg#lucida_consoleregular') format('svg');
        *font-weight: normal;
        *font-style: normal;
    }