I ran into this issue when running tests that would send emails. I'm using webmock to stub out the requests and it seems like mjml pulls in the Ubuntu font from google fonts api. After spending some time on a strange error inside of premailer-rails I figured out what mjml-rails needed to get it working.
The following gist has a webmock response.
https://gist.github.com/skunkworker/c7d4cc065bdeaafa71307f18652f00c4
I ran into this issue when running tests that would send emails. I'm using webmock to stub out the requests and it seems like
mjml
pulls in theUbuntu
font from google fonts api. After spending some time on a strange error inside ofpremailer-rails
I figured out whatmjml-rails
needed to get it working. The following gist has a webmock response. https://gist.github.com/skunkworker/c7d4cc065bdeaafa71307f18652f00c4Is there an easier way to disable this for tests?