tobiasahlin / SpinKit

A collection of loading indicators animated with CSS

Home Page:http://tobiasahlin.com/spinkit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prevent spinner from using custom font faces

rudyryk opened this issue · comments

It's common scenario when default site font is overridden to use custom font, i.e. loaded from Google Fonts. In such cases spinner layout may be broken for a fraction of a second while fonts are loading.

The simple fix is to add font-family: sans-serif; to spinner container class.

screen shot 2017-08-10 at 10 50 42