I upload two external fonts to my web page using @ font-face. They load perfectly in Chrome, but when I try to use IE, the browser displays the default font during page load, then the fonts change to the correct ones according to my css @ font-face.
How to remove default font from display in IE and other browsers during page load? I want to remove the so-called FOUT (flash irregular text). Is there a way to do this through a stylesheet?
Thanks for any help!
source
share