$('#f-size').on("input", function() { $('html').css({'font-size': $('#f-size').val() + 'px'}); });