codeAdrian / gatsby-omni-font-loader

Font loader optimized for maximum performance. Removes render-blocking font resources and loads them asynchronusly. Handle FOUT & FOUC with font loading status watcher. Supports both local-hosted fonts and web fonts.
MIT License
106 stars 7 forks source link

FOUT doesn't support for different font-weight #31

Closed mehimanshupatil closed 2 years ago

mehimanshupatil commented 2 years ago

the Font loading listener works for font-weight normal. but I want to listen for font-weight 900

mehimanshupatil commented 2 years ago

duplicate #25