Hi,
I see fontdeck code at your page code.
<script type="text/javascript">
var html = document.getElementsByTagName('html')[0];
html.className += ' wf-loading';
setTimeout(function() {
html.className = html.className.replace(' wf-loading', '');
}, 3000);
WebFontConfig = { fontdeck: { id: '29651' } };
(function() {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? '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);
})();
</script>
Please check at Admin -> Theme Options -> Font Options to remove it.
Thanks
Mohammad