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
logger.warn(`Failed to download font ${fontKey}. You may be offline or behind a firewall blocking Google. Consider setting \`googleFontMirror: true\`.`)
326
+
constmirrorMsg=config.googleFontMirror
327
+
? `using mirror host \`${result.host}\``
328
+
: 'Consider setting `googleFontMirror: true` if you are in China or behind a firewall.'
329
+
logger.warn(`Failed to download font ${fontKey}${mirrorMsg}`)
0 commit comments