hegemonic / jsdoc-baseline

An experimental, extensible template for JSDoc.
Other
61 stars 32 forks source link

font URL returning 503 backend unhealthy #192

Closed bcoe closed 5 years ago

bcoe commented 5 years ago

The font URL https://brick.a.ssl.fastly.net/Inconsolata:500 is returning a 503 backend unhealthy, which is in turn breaking unit tests.

Any thoughts on how to best address this issue? Is a backing service perhaps down.

hegemonic commented 5 years ago

Looks like this is working again, but I'm going to remove the dependency on the external service so this issue doesn't recur.

bcoe commented 5 years ago

@hegemonic thank you for digging into this.