Reputation: 1133
I know this has come up dozens of times over the years, but I can't find anything relating to my problem in particular.
If I head over to https://fonts.google.com/ in Chrome, the fonts time out with these errors:
java/com/google/fonts/directory/ui/angular_js.js:121 Error: i
at Sd.f (rs=AE60u5dxhZ7D9xkmGMx3DX8X4TvBHXsNAw:190)
at eval (java/com/google/fonts/directory/ui/angular_js.js:154)
at e (java/com/google/fonts/directory/ui/angular_js.js:46)
at eval (java/com/google/fonts/directory/ui/angular_js.js:49) undefined
Ne.p.defer @ java/com/google/fonts/directory/ui/angular_js.js:48
g @ java/com/google/fonts/directory/ui/angular_js.js:154
Sd.f @ rs=AE60u5dxhZ7D9xkmGMx3DX8X4TvBHXsNAw:190
(anonymous) @ java/com/google/fonts/directory/ui/angular_js.js:154
e @ java/com/google/fonts/directory/ui/angular_js.js:46
(anonymous) @ java/com/google/fonts/directory/ui/angular_js.js:49
java/com/google/fonts/directory/ui/angular_js.js:121 Error: i
at Sd.f (rs=AE60u5dxhZ7D9xkmGMx3DX8X4TvBHXsNAw:190)
at eval (java/com/google/fonts/directory/ui/angular_js.js:154)
at e (java/com/google/fonts/directory/ui/angular_js.js:46)
at eval (java/com/google/fonts/directory/ui/angular_js.js:49) "Possibly unhandled
rejection: {}"
It would be no big deal, but they also aren't loading in my project via the CDN.
Points of Interest
I'm perplexed.
Upvotes: 3
Views: 686
Reputation: 4241
Make sure you don't have Noto font install. Removing it solved the problem for me
Upvotes: 0