Steven Benisek
Steven Benisek
[Feature Queries](https://developer.mozilla.org/en/docs/Web/CSS/@supports) seem doable without adding to much extra code. @rtsao I could create a PR if this is something you think Styletron could benefit from.
:sparkles: Add FontFace resource :books: Document `` and `useFontFace` :point_right: Add `` example Resolves #76
Add `` and `useFontFace` to lazy load a web font using the [CSS Font Loading](https://www.w3.org/TR/css-font-loading-3/) module. **Note**: [browser support](https://caniuse.com/#feat=font-loading) is good, but the spec is in draft. Don't know if...