I am working on a website and showing different font sizes in home page. I created some different class to apply on table cell. It is working on firefox but not in chrome. However chrome is up to date. (Version 27)
My code is:
CSS
td.normal {
font-size-adjust:0.40;
word-spacing:1px;
letter-spacing:0px;
line-height:20px;
}