zulip/humbug
Luke Faraone cf81c46c77 Omit fonts.css on QtWebKit clients
QTBUG-3467 prevents non-normal-face @font-face fonts from being used when
defined as such in CSS. To work around this, the desktop applications now
ship the Humbug font themselves, and this commit causes the server to no
longer send the problematic CSS rules to those clients.

We have some duplication insofar as we now have two minified CSS files, but
this is better than conditionally applying the CSS at page runtime.

(imported from commit 9a887f9fb8002d44171d366d1249ebbf21cc9c77)
2013-07-01 14:37:58 -04:00
..
__init__.py Initial Django commit: basic account, zephyr stream, narrowing, etc. 2012-08-28 12:44:51 -04:00
authhack.py Fix logging in with email addresses long than 30 characters. 2013-01-16 17:02:06 -05:00
backends.py Remove unused imports 2013-06-27 16:22:39 -04:00
settings.py Omit fonts.css on QtWebKit clients 2013-07-01 14:37:58 -04:00
test_settings.py Remove unused imports 2013-06-27 16:22:39 -04:00
urls.py Replace SITE_ROOT with DEPLOY_ROOT 2013-06-24 15:55:03 -04:00
wsgi.py Remove more commented out example code 2012-10-29 23:21:00 -04:00