﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
27190	Internet explorer 9 fails to load Roboto-Regular.woff font	eugene kim	nobody	"Django admin uses Roboto fonts. 
and it fails to load in IE9.

http://stackoverflow.com/questions/16710972/css-font-face-not-working-in-ie9

django/contrib/admin/static/admin/css/fonts.css has the following lines

{{{

 @font-face {
     font-family: 'Roboto';
     src: url('../fonts/Roboto-Regular-webfont.woff');
     font-weight: 400;
     font-style: normal;
 }

}}}
"	Cleanup/optimization	closed	contrib.admin	1.10	Normal	wontfix			Unreviewed	0	0	0	0	0	0
