$(document).ready(function(){
  if($("#fontsize").height() < 11){
   $("body").css("font-size", "1.1em");
  } 
});
