// small font fix

This commit is contained in:
Jerome Nadaud
2013-11-18 22:32:33 +01:00
parent 4001a99414
commit b2c656e51a
@@ -85,7 +85,7 @@ $(document).ready(
$('#font').change(
function()
{
$(document.body).css('font-family', $('#font option:selected').text());
$(document).find('*:not(i)').css('font-family', $('#font option:selected').text());
}
);