^Chrome
^Firefox/IE
I'm trying to let the georgia font looks the same in Chrome vs IE / Firefox. In Firefox and IE everything seems to be normal. In Chrome it looks like the font size is a bit bigger开发者_JAVA百科.
The CSS code I use:
section#sect-brochure article#brochure-left { float:left; font-family:Georgia, Times new roman; font-size:12px;}
"font-stretch" doesn't work..
In general, don't rely on font sizes. Make your css adopt to the size of the text blocks. Browsers will treat it differently depending on the operating system, user settings and device used. Not everybody will even be able to use the font of your choice.
精彩评论