gatsby-omni-font-loader
gatsby-omni-font-loader copied to clipboard
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 font...
Hey @codeAdrian, I have added support to listen for font variations like weight and style which solves #25 better handling of font listener function to fix issue mentioned here https://github.com/codeAdrian/gatsby-omni-font-loader/issues/29#issuecomment-1204274698...
Hi! With Gatsby 4.19 a Head API was released: https://www.gatsbyjs.com/docs/reference/release-notes/v4.19/#gatsby-head-api I'm slowly removing `react-helmet` from all my projects and replace it with the Head API. To be able to completely...
We've added this to our Gatsby project as a better way to load Material Icons from Google Fonts. Here is what we have for our config options: ``` resolve: 'gatsby-omni-font-loader',...
My Gatsby project is using [npm-typefaces](https://www.npmjs.com/package/typefaces) to self-host fonts, so the font files live in the node_modules folder. For self-hosted fonts, the plugin requires a statically-typed path to the css...
Hello Adrian! Congratulations and thank you for the awesome plugin! It really handles font loading with ease. I have a specific example that I am not sure how to handle...
Running into an issue where the browser is giving this error. `The stylesheet http://localhost:8000/ParalucentCondensedHeavy/paralucentCondensedHeavy.css was not loaded because its MIME type, “text/html”, is not “text/css”.` Does the plugin handle MIME...
does it support font subsets (greek, latin-ext, ...)?
I have a website where some pages use one font and other pages use another. How could I go about using all this plugin's optimizations (e.g. for FOUT) without loading...
When I analyzed my Gatsby website using omni font loader v2, I got an error _crossorigin_ has an invalid value 'true' by HTML validator. It has to be 'anonymous' or...