elky / django-flat-theme

A flat theme for Django admin interface. Modern, fresh, simple.
Other
413 stars 45 forks source link

Easy way to remove Roboto font on app level? #23

Closed nmtitov closed 9 years ago

nmtitov commented 9 years ago

Hi, is there an easy way to remove Roboto font on app level?

elky commented 9 years ago

@nmtitov I think the easiest way is this:

Just create copy of base.css in your <app>/static/admin/css/base.css, find all "Roboto" mentions and replace with what you need. One only thing is that you need to put your app before 'flat' in INSTALLED_APPS section.

nmtitov commented 9 years ago

Thank you