Skip to content

Instantly share code, notes, and snippets.

@6220119
Last active May 24, 2017 09:45
Show Gist options
  • Save 6220119/20739c280187cde61b0d328f6abbe316 to your computer and use it in GitHub Desktop.
Save 6220119/20739c280187cde61b0d328f6abbe316 to your computer and use it in GitHub Desktop.
CSS:
- Use 'media' to async load stylesheets. By default, it is 'media="all"', use loadCSS lib for compatibility (note the Edge Issues)
- @font-face's FOUT problem can be resolved with FontFaceObserver. Tip: when fonts are loaded, add a class to body to have respective elements displayed in desired font-family.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment