Try removing the Cufon code from your custom.js:
Code:
// cufon
Cufon.replace('.custom, .link-button, #nav>li>a, #social-bar, h1, h2, h3, h4, h5, h6, .bullet-title .big, .bullet-title .small, .title, .subtitle, .portfolio-sidebar ul li a, .post-title, #sidebar ul li a, .staff .information .header .name, .headline', {
Uncaught ReferenceError: Cufon is not defined
fontFamily: 'bebas-neue',
hover: true
});
Or if not removing it, either comment it out for testing purposes or move it to the bottom of the code.
Bookmarks