So finally an evil hack

$("body").css("fontSize", $(window).width() * 0.01 );

$(window).resize(function(){
        $("body").css("fontSize", $(window).width() * 0.01 );
});

Set rest of the font-size in percentage.

Demo : http://code.narendrasisodiya.com/web/fonts/

-- 
┌─────────────────────────┐
│    Narendra Sisodiya
│    http://narendrasisodiya.com
└─────────────────────────┘

-- 
Mailing list guidelines and other related articles: http://lug-iitd.org/Footer

Reply via email to