HubSpot / messenger

Growl-style alerts and messages for your app. #hubspot-open-source
http://github.hubspot.com/messenger/
MIT License
4.03k stars 408 forks source link

Avoid live dependency on fonts.googleapis.com #118

Open reda-alaoui opened 7 years ago

reda-alaoui commented 7 years ago

Hello,

We have an application that should be able to run without internet access. This is not compatible with the fact that some css on this project are importing font from fonts.googleapis.com.

I think that google fonts should be fully imported in the messenger project at build time. Deployed applications should not have to rely on any unmanaged provider to run correctly.

reda-alaoui commented 7 years ago

Perhaps, https://www.npmjs.com/package/google-fonts-offline could be used here.