lemonsaurus / django-simple-bulma

Django application to add the Bulma CSS framework and its extensions
MIT License
137 stars 17 forks source link

Support for FontAwesome Pro #18

Closed lemonsaurus closed 4 years ago

lemonsaurus commented 5 years ago

The app should be able to support FontAwesome Pro.

This is very easy to implement, since all the validation happens on the FA side. Simple add a boolean to the configuration which, if set to True, switches the CDN URL that the template tag returns from use.fontawesome.com... to pro.fontawesome.com...

lemonsaurus commented 4 years ago

In later fontawesome systems, this is no longer how the URLs work.

See https://github.com/python-discord/django-simple-bulma/issues/54