Upon reading an enlightening article on the optimal methods for serving web fonts, I was eager to employ the innovative javascript library known as Font Face Observer to asynchronously load Google fonts on my website.
The documentation states that "fonts can be supplied by [...] a font service such as Google Fonts", yet fails to provide concrete examples of how to implement this. Despite having reviewed the suggested resources on Font Face Observer's official website, all demonstrations only covered using self-hosted fonts.
Has anyone successfully utilized Font Face Observer to load Google fonts? Alternatively, could you direct me to any documentation illustrating how to tackle this task?