Preloading web fonts with visibility: hidden; bad for SEO?

skuifluikq1

New Member
I've started using a method to preload the webfonts via hiding them; whilst it works great, I'm not sure if "hiding text" will be viewed as bad for SEO?All I do is something like this:CSS;\[code\].preload { position: absolute; visibility: hidden; font-family: Roboto, Arial; font-weight: 300;}\[/code\]HTML:\[code\]<div class="preload"> Preload Light Font</div>\[/code\]Thoughts!?
 
Back
Top