@idw/googlefonts-loader
v1.1.0
Published
uses webfont-loader internal, but skips loading font when font is already downloaded. Good for multiple components using the same font.
Downloads
23
Readme
googlefonts-loader
This module uses webfontloader internally. What it adds is dedupe functionality of loaded fonts. Which means it won't load a font that is already loaded.
It leverages FontFaceSet web api. It is currently expiremental. However, if this module detects it doesn't have fontFaceSet it just loads the font (which is the default behavior).