You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using this as a part of a project I'm working on, and specifically looking around configureFonts.js
It doesn't seem like you have this file set up correctly. FontFaceObserver is made to take a string for the family, not an array of strings. This as far as I can tell causes all loads to fail when written in this manner.
Shouldn't it be an array of FontFaceObservers that get passed to a mapping function? One observer per font.
The text was updated successfully, but these errors were encountered:
Hello.
I was using this as a part of a project I'm working on, and specifically looking around configureFonts.js
It doesn't seem like you have this file set up correctly. FontFaceObserver is made to take a string for the family, not an array of strings. This as far as I can tell causes all loads to fail when written in this manner.
Shouldn't it be an array of FontFaceObservers that get passed to a mapping function? One observer per font.
The text was updated successfully, but these errors were encountered: