Prevent unstyled text showing up when CUFON is applied. Posted on January 16, 2012 by KT Found this very useful from CSSBakery - To prevent unstyled text flashing up on the page before cufon is shown, apply .cufon-loading class onto elements which you have set cufon. .cufon-loading h1 { visibility: hidden !important; } Tweet