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;
}
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;
}