I'm looking for a good library to fallback from when document.fonts.load isn't present in the browser. My searching has brought me here and I am considering it over FontFaceObserver. I see that it hasn't been updated since 2016 though, but that may be because newer browsers haven't required drastically newer techniques. My question is whether you would still use this library for older browsers and whether you plan to eventually use a document.fonts.load technique when available (instead of ResizeObservers mentioned in the docs).
Thanks!
Francisco
I'm looking for a good library to fallback from when document.fonts.load isn't present in the browser. My searching has brought me here and I am considering it over FontFaceObserver. I see that it hasn't been updated since 2016 though, but that may be because newer browsers haven't required drastically newer techniques. My question is whether you would still use this library for older browsers and whether you plan to eventually use a document.fonts.load technique when available (instead of ResizeObservers mentioned in the docs).
Thanks!
Francisco