JQuery Zmień rozmiar czcionki
$(this).css({ 'font-size': '15px' });
Mobile Star
$(this).css({ 'font-size': '15px' });
var size = $("h1").css('font-size');
alert("size:" + size);