(function () {

    WebFontConfig = {
        'google': {
            'families': [
                'Yanone Kaffeesatz:bold',
                'Nobile:regular,italic,bold,bolditalic',
                'Inconsolata'
            ]
        }
    };

    var USE_HTTPS = 'https:' == document.location.protocol;

    var wf = document.createElement('script');
    wf.src = (USE_HTTPS ? 'https' : 'http') +
        '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
    wf.type = 'text/javascript';
    wf.async = 'true';

    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(wf, s);

})();

