Label font is not working, I have added fonts folder under asset folder.
pop = CCLabel.makeLabel("Eggs left: ", "fonts/comic.ttf", 14);
This was happening because of android-cocos2d.jar.. I have replaced with new jar and now its giving me changed fonts..