Possible Duplicate:
Wait for fonts to load before rendering web page
I am Adding kite one google webfont in the head of html
<link href='http://fonts.googleapis.com/css?family=Kite+One' rel='stylesheet' type='text/css'>
what i am doing:
I am constructing box like structure(like pinterest) with a div which holds content with kite one font.
And arrange the boxes just like in pinterest.
font loads slow:
- after the css class with the kite one font is called the boxes load with backup font. Then boxes resizes collapsing the UI when kite one font replaces backup font.(this happens only the first time when the font is loading)