paulyoung / fontello-cli

Command line interface for fontello.
MIT License
88 stars 30 forks source link

Change default HOST to `https` #39

Closed jaytula closed 3 years ago

jaytula commented 3 years ago

It appears that fontello.com is now served with https.

This needs to be updated:

https://github.com/paulyoung/fontello-cli/blob/b6ebae38dca97676bcbf02dd4123aac7a71b4240/src/fontello.coffee#L9

to be:

HOST = 'https://fontello.com'

In the mean time...

fontello-cli open --host https://fontello.com
fontello-cli install --host https://fontello.com