--- loncom/xml/londefdef.pm 2009/05/15 14:48:50 1.404 +++ loncom/xml/londefdef.pm 2009/05/15 18:06:20 1.405 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.404 2009/05/15 14:48:50 bisitz Exp $ +# $Id: londefdef.pm,v 1.405 2009/05/15 18:06:20 bisitz Exp $ # # # Copyright Michigan State University Board of Trustees @@ -1349,10 +1349,6 @@ sub start_font { my $currentstring = ''; if ($target eq 'web' || $target eq 'webgrade') { my $face=&Apache::lonxml::get_param('face',$parstack,$safeeval); - if ($face!~/symbol/i) { - if (($env{'browser.fontenhance'} eq 'on') || - ($env{'browser.blackwhite'} eq 'on')) { return ''; } - } $currentstring = $token->[4]; } elsif ($target eq 'tex') { my $fontsize=&Apache::lonxml::get_param('TeXsize',$parstack,$safeeval);