Expanded from the Fonts.js library, Load.Fonts creates a programmatic API for working with fonts on a page, kinda the same way a developer would work with images.
Includes lots of features and methods for an increased fine-grain control over font features you'd normally think of as unchangeable.
Here are some key features of "Load.fonts":
· Can load remote hosted fonts
· Add custom names to proprietary fonts (font name masking)
· Handle load errors
· Trigger JS calls after the font has loaded
· Adjust font metrics and text settings
Requirements:
· JavaScript enabled on client side