searcher_man
New Member
I'm having some trouble with a webfont on stock Android browser.I'm using League Gothic for headings but the webfont seems to make the entire text on the page disappear at random page loads. It happens about once every page loads / refreshes\[code\]@font-face{ font-family: 'LeagueGothicRegular'; src: url('../font/League_Gothic-webfont.eot'); src: url('../font/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'), url('../font/League_Gothic-webfont.woff') format('woff'), url('../font/League_Gothic-webfont.ttf') format('truetype'), url('../font/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg'); font-weight: normal; font-style: normal; }\[/code\]I have the webfont local on my server. I happen to be also using a webfont for body text which is coming from Google Webfonts. The Google sourced font works fine, but when the League Gothic is enabled along side it or by itself, I experience this disappearing act. Testing using 4.0+ browser on Galaxy Nexus and Asus TF300T.