Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent spinner from using custom font faces #137

Closed
rudyryk opened this issue Aug 10, 2017 · 0 comments · Fixed by #143
Closed

Prevent spinner from using custom font faces #137

rudyryk opened this issue Aug 10, 2017 · 0 comments · Fixed by #143

Comments

@rudyryk
Copy link

rudyryk commented Aug 10, 2017

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

@tobiasahlin tobiasahlin mentioned this issue Oct 27, 2019
Merged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant