In https://code.djangoproject.com/ticket/20597 we discussed switching to 
SVG (instead of an icon font) in Django 1.10 when we can drop support for 
IE8. Now that Django 1.9 is slated for December and IE8 support ends the 
next month, I think it might be acceptable to drop IE8 support in 1.9 and 
go with the SVG solution now. What do you think?

Is this a blocker for merging the existing PR (which currently needs a 
rebase and release notes)? I'd think the two issues could be separate 
commits.

On Wednesday, July 29, 2015 at 8:27:56 AM UTC-4, Marc Tamlyn wrote:
>
> Font Awesome is not GPL - the code is MIT and the font itself is SIL OFL 
> both of which are fine to include with Django.
>
> On 29 July 2015 at 12:13, elky <manse...@gmail.com <javascript:>> wrote:
>
>> Hi guys,
>>
>> I'm glad to say I finished work on replacing image icons with font. I 
>> used Font Awesome <http://fortawesome.github.io/Font-Awesome/> (GPL 
>> licence) kit to do it.
>>
>> I'll appreciate if you test new icons in your project and report any 
>> issues here <https://github.com/elky/django-flat-theme/issues>. You can 
>> do it by running:
>> pip install git+https://github.com/elky/django-flat-theme.git@flat-icons 
>> --upgrade
>>
>> There are couple of questions I wanna discuss in this thread:
>>
>> 1. Font Awesome kit contains about 600 icons - obviously we don't need 
>> all of them in Django. I can create small kit which will contain only icons 
>> that used in the project - it will allow us to save about 70KB. But the 
>> question is - how to support this kit in future if someone decide to add 
>> new icons?
>>
>> 2. Do we support IE8 and less? If yes - I'll need to add additional font 
>> files.
>>
>> Thank you,
>> Alex D.
>>
>>  -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Django developers (Contributions to Django itself)" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to django-develop...@googlegroups.com <javascript:>.
>> To post to this group, send email to django-d...@googlegroups.com 
>> <javascript:>.
>> Visit this group at http://groups.google.com/group/django-developers.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-developers/849a70d3-3157-4491-b74e-f504fea891f7%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/django-developers/849a70d3-3157-4491-b74e-f504fea891f7%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/f9e8f86c-6f32-4a6c-ab47-4e6cff26130b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to